Get rid of the annoying blank lines before labels.
[oota-llvm.git] / lib / Target / CellSPU / SPUAsmPrinter.cpp
index 031e997b9c474289123d52b1ff2ba64ee9209930..e5e7d04fda17f2e68930cab7c910a8eb07bd25b5 100644 (file)
@@ -465,7 +465,6 @@ LinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF)
     for (MachineBasicBlock::const_iterator II = I->begin(), E = I->end();
          II != E; ++II) {
       // Print the assembly for the instruction.
-      O << "\t";
       printMachineInstruction(II);
     }
   }