mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Bug fix in setting an implicit ref.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9691807669
commit
8f211a4ab0
@ -514,7 +514,7 @@ void MachineInstr::setImplicitRef(unsigned i,
|
||||
bool isDefAndUse)
|
||||
{
|
||||
assert(i < getNumImplicitRefs() && "setImplicitRef() out of range!");
|
||||
SetMachineOperandVal(i + getNumImplicitRefs(),
|
||||
SetMachineOperandVal(i + getNumOperands(),
|
||||
MachineOperand::MO_VirtualRegister,
|
||||
V, isDef, isDefAndUse);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user