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/Mips/MipsAsmPrinter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Target/Mips/MipsAsmPrinter.cpp') diff --git a/lib/Target/Mips/MipsAsmPrinter.cpp b/lib/Target/Mips/MipsAsmPrinter.cpp index bd5d2b72af..28cbdea152 100644 --- a/lib/Target/Mips/MipsAsmPrinter.cpp +++ b/lib/Target/Mips/MipsAsmPrinter.cpp @@ -304,7 +304,6 @@ runOnMachineFunction(MachineFunction &MF) for (MachineBasicBlock::const_iterator II = I->begin(), E = I->end(); II != E; ++II) { // Print the assembly for the instruction. - O << "\t"; printInstruction(II); ++EmittedInsts; } -- cgit v1.2.3-70-g09d2