mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
added initializing regNum to -1 in both constructors of MachineOperand
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1b732fd0d6
commit
618155f6c8
@ -171,6 +171,7 @@ MachineOperand::MachineOperand(MachineOperandType operandType,
|
||||
Value* _val)
|
||||
: opType(operandType),
|
||||
immedVal(0),
|
||||
regNum(-1),
|
||||
value(_val),
|
||||
isDef(false)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user