mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Add missing operand. <rdar://problem/10313323>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19595dc4d0
commit
767f8be9ee
@ -5924,7 +5924,8 @@ EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const {
|
||||
unsigned VReg1 = MRI->createVirtualRegister(TRC);
|
||||
AddDefaultPred(BuildMI(DispatchBB, dl, TII->get(ARM::LDRcp))
|
||||
.addReg(VReg1, RegState::Define)
|
||||
.addConstantPoolIndex(Idx));
|
||||
.addConstantPoolIndex(Idx)
|
||||
.addImm(0));
|
||||
AddDefaultPred(BuildMI(DispatchBB, dl, TII->get(ARM::CMPrr))
|
||||
.addReg(NewVReg1)
|
||||
.addReg(VReg1, RegState::Kill));
|
||||
|
Loading…
Reference in New Issue
Block a user