From 1ed068128493231ad606f6c852b44e61b7ec5eeb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 20 Aug 2008 13:50:12 +0000 Subject: Fix indentation. llvm-svn: 55049 --- llvm/lib/CodeGen/LowerSubregs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/LowerSubregs.cpp') 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 } -- cgit v1.2.3