summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-20 13:50:12 +0000
committerDan Gohman <gohman@apple.com>2008-08-20 13:50:12 +0000
commit1ed068128493231ad606f6c852b44e61b7ec5eeb (patch)
treeb036e8e04f74f8ed867c60bcb4194e955f62f73b /llvm/lib
parenta21bdda9617ea77467322be1c65d3e7b046e7e47 (diff)
downloadbcm5719-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.cpp4
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
}
OpenPOWER on IntegriCloud