diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-06-02 21:53:11 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-06-02 21:53:11 +0000 |
| commit | 8ff4917b26a45db09087b5c994b11bd5214789cd (patch) | |
| tree | 25fb6cc56404594f8d8c6ed5057e6f9cd3a462c7 /lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
| parent | 70a473a73d3418d54dea52c64b25c8af38c8ef6c (diff) | |
| download | external_llvm-8ff4917b26a45db09087b5c994b11bd5214789cd.zip external_llvm-8ff4917b26a45db09087b5c994b11bd5214789cd.tar.gz external_llvm-8ff4917b26a45db09087b5c994b11bd5214789cd.tar.bz2 | |
Clean up 80 column violations. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index 8585c1e..847ea92 100644 --- a/lib/Target/ARM/ARMLoadStoreOptimizer.cpp +++ b/lib/Target/ARM/ARMLoadStoreOptimizer.cpp @@ -968,8 +968,8 @@ bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB, Pred, PredReg, TII, isT2); } else { if (OddReg == EvenReg && EvenDeadKill) { - // If the two source operands are the same, the kill marker is probably - // on the first one. e.g. + // If the two source operands are the same, the kill marker is + // probably on the first one. e.g. // t2STRDi8 %R5<kill>, %R5, %R9<kill>, 0, 14, %reg0 EvenDeadKill = false; OddDeadKill = true; |
