mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Fix bug introduced by yesterday's changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12119 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f65adda50
commit
9cccb8aec7
@ -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…
x
Reference in New Issue
Block a user