diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-20 13:50:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-20 13:50:12 +0000 |
commit | 1ed068128493231ad606f6c852b44e61b7ec5eeb (patch) | |
tree | b036e8e04f74f8ed867c60bcb4194e955f62f73b /llvm/lib | |
parent | a21bdda9617ea77467322be1c65d3e7b046e7e47 (diff) | |
download | bcm5719-llvm-1ed068128493231ad606f6c852b44e61b7ec5eeb.tar.gz bcm5719-llvm-1ed068128493231ad606f6c852b44e61b7ec5eeb.zip |
Fix indentation.
llvm-svn: 55049
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/LowerSubregs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LowerSubregs.cpp b/llvm/lib/CodeGen/LowerSubregs.cpp index 30894ad6ad7..90bd595d7a5 100644 --- a/llvm/lib/CodeGen/LowerSubregs.cpp +++ b/llvm/lib/CodeGen/LowerSubregs.cpp @@ -118,8 +118,8 @@ bool LowerSubregsInstructionPass::LowerSubregToReg(MachineInstr *MI) { TII.copyRegToReg(*MBB, MI, DstSubReg, InsReg, TRC0, TRC1); #ifndef NDEBUG - MachineBasicBlock::iterator dMI = MI; - DOUT << "subreg: " << *(--dMI); + MachineBasicBlock::iterator dMI = MI; + DOUT << "subreg: " << *(--dMI); #endif } |