mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Remove redundant fold call introduced in r195944. Thanks very much to Juergen
for pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2370e55a53
commit
f79b35a038
@ -533,7 +533,6 @@ TargetInstrInfo::foldMemoryOperand(MachineBasicBlock::iterator MI,
|
||||
// Ask the target to do the actual folding.
|
||||
NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI);
|
||||
}
|
||||
foldMemoryOperandImpl(MF, MI, Ops, LoadMI);
|
||||
|
||||
if (!NewMI) return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user