aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commitab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53 (patch)
tree052e7114256b53484ca367a2f1959599f6df7e42 /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
parentc0c9748c113b5cc4beff4fa0223a3b4feba8ce46 (diff)
downloadllvm-ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53.zip
llvm-ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53.tar.gz
llvm-ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53.tar.bz2
Radar numbers don't belong in source code.
llvm-svn: 175775
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
index a1c21ee..98bd6c1 100644
--- a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+++ b/llvm/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,