summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2013-02-21 18:37:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2013-02-21 18:37:54 +0000
commitb300455b5817f099d64aad8f9356e0e23fa9a87e (patch)
treedbd25b619b3577ef05ba23d9271e1c39f4482864 /lib/Target/ARM/ARMLoadStoreOptimizer.cpp
parent399eafb580f824d6df2d7392e1bc3e25ecb39f32 (diff)
downloadllvm-b300455b5817f099d64aad8f9356e0e23fa9a87e.tar.gz
llvm-b300455b5817f099d64aad8f9356e0e23fa9a87e.tar.bz2
llvm-b300455b5817f099d64aad8f9356e0e23fa9a87e.tar.xz
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
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
-rw-r--r--lib/Target/ARM/ARMLoadStoreOptimizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
index a1c21ee7f6..98bd6c168e 100644
--- a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+++ b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
@@ -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,