mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 00:37:49 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0099ae2468
commit
a2248682ae
@ -292,7 +292,7 @@ bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
|
||||
DOUT << "2addr: CONVERTING 2-ADDR: " << *mi;
|
||||
DOUT << "2addr: TO 3-ADDR: " << *New;
|
||||
bool Sunk = false;
|
||||
if (New->findRegisterUseOperand(regB, New, TRI))
|
||||
if (New->findRegisterUseOperand(regB, false, TRI))
|
||||
// FIXME: Temporary workaround. If the new instruction doesn't
|
||||
// uses regB, convertToThreeAddress must have created more
|
||||
// then one instruction.
|
||||
|
Loading…
x
Reference in New Issue
Block a user