Clean up whitespace.
authorBill Wendling <isanbard@gmail.com>
Thu, 21 Aug 2008 08:38:54 +0000 (08:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 21 Aug 2008 08:38:54 +0000 (08:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55117 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CodeEmitter.cpp

index e0fe1c1abb135ed638b6c4c8725cc6581bd68faa..ec93eb413def731a12b9276c4f98802cfc122319 100644 (file)
@@ -516,11 +516,13 @@ void Emitter::emitInstruction(const MachineInstr &MI,
 
     if (CurOp != NumOps) {
       const MachineOperand &MO = MI.getOperand(CurOp++);
-DOUT << "RawFrm CurOp " << CurOp << "\n";
-DOUT << "isMachineBasicBlock " << MO.isMachineBasicBlock() << "\n";
-DOUT << "isGlobalAddress " << MO.isGlobalAddress() << "\n";
-DOUT << "isExternalSymbol " << MO.isExternalSymbol() << "\n";
-DOUT << "isImmediate " << MO.isImmediate() << "\n";
+
+      DOUT << "RawFrm CurOp " << CurOp << "\n";
+      DOUT << "isMachineBasicBlock " << MO.isMachineBasicBlock() << "\n";
+      DOUT << "isGlobalAddress " << MO.isGlobalAddress() << "\n";
+      DOUT << "isExternalSymbol " << MO.isExternalSymbol() << "\n";
+      DOUT << "isImmediate " << MO.isImmediate() << "\n";
+
       if (MO.isMachineBasicBlock()) {
         emitPCRelativeBlockAddress(MO.getMBB());
       } else if (MO.isGlobalAddress()) {