mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Radar numbers don't belong in source code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1188,7 +1188,6 @@ bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB,
|
||||
OddDeadKill = true;
|
||||
}
|
||||
// Never kill the base register in the first instruction.
|
||||
// <rdar://problem/11101911>
|
||||
if (EvenReg == BaseReg)
|
||||
EvenDeadKill = false;
|
||||
InsertLDR_STR(MBB, MBBI, OffImm, isLd, dl, NewOpc,
|
||||
|
Reference in New Issue
Block a user