From 4eecdeb3faf5df864790175da5d58301b751ec11 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 2 Feb 2008 08:39:46 +0000 Subject: Get rid of the annoying blank lines before labels. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46667 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CellSPU/SPUAsmPrinter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Target/CellSPU') diff --git a/lib/Target/CellSPU/SPUAsmPrinter.cpp b/lib/Target/CellSPU/SPUAsmPrinter.cpp index 031e997b9c..e5e7d04fda 100644 --- a/lib/Target/CellSPU/SPUAsmPrinter.cpp +++ b/lib/Target/CellSPU/SPUAsmPrinter.cpp @@ -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); } } -- cgit v1.2.3-70-g09d2