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 | 84511e1526f7f2d47cb1035d27487802e6f0666d (patch) | |
| tree | c6089b9726c52a2a3644c980a14747984a7a05e8 /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
| parent | 7db953e39611fc41110212a6e6c11d7742b345fe (diff) | |
| download | bcm5719-llvm-84511e1526f7f2d47cb1035d27487802e6f0666d.tar.gz bcm5719-llvm-84511e1526f7f2d47cb1035d27487802e6f0666d.zip | |
Clean up 80 column violations. No functional change.
llvm-svn: 105350
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp b/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp index 8585c1e5010..847ea925b80 100644 --- a/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp +++ b/llvm/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; |

