1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fix field initialization order problem

llvm-svn: 1366
This commit is contained in:
Chris Lattner 2001-11-26 18:49:54 +00:00
parent 147acfd1bd
commit 87bffac69b

View File

@ -186,7 +186,6 @@ MachineOperand::MachineOperand(MachineOperandType operandType,
: opType(operandType),
immedVal(0),
regNum(-1),
value(_val),
isDef(false)
{}