Fix indentation.

llvm-svn: 55049
This commit is contained in:
Dan Gohman 2008-08-20 13:50:12 +00:00
parent a21bdda961
commit 1ed0681284
1 changed files with 2 additions and 2 deletions

View File

@ -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
}