diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2013-02-21 18:37:54 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2013-02-21 18:37:54 +0000 |
| commit | ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53 (patch) | |
| tree | 052e7114256b53484ca367a2f1959599f6df7e42 /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
| parent | c0c9748c113b5cc4beff4fa0223a3b4feba8ce46 (diff) | |
| download | bcm5719-llvm-ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53.tar.gz bcm5719-llvm-ab28b9ae7324bf4cfe9c830eabcfd9f2e0ccff53.zip | |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index a1c21ee7f6a..98bd6c168ea 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, |

