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:
parent
147acfd1bd
commit
87bffac69b
@ -186,7 +186,6 @@ MachineOperand::MachineOperand(MachineOperandType operandType,
|
||||
: opType(operandType),
|
||||
immedVal(0),
|
||||
regNum(-1),
|
||||
value(_val),
|
||||
isDef(false)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user