mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix bug introduced by yesterday's changes.
llvm-svn: 12119
This commit is contained in:
parent
d6bb9674d9
commit
64aa7f3708
@ -135,6 +135,7 @@ private:
|
||||
MachineOperand(int ImmVal = 0, MachineOperandType OpTy = MO_VirtualRegister)
|
||||
: flags(0), opType(OpTy), regNum(-1) {
|
||||
zeroContents ();
|
||||
contents.immedVal = ImmVal;
|
||||
}
|
||||
|
||||
MachineOperand(int Reg, MachineOperandType OpTy, UseType UseTy)
|
||||
|
Loading…
Reference in New Issue
Block a user