summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-02 08:39:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-02 08:39:46 +0000
commit32e5347eb80b98f01888f4344b5aa29e2abca102 (patch)
tree81a55e3494788c64e26a236e0fe423f4b47abb7e /llvm/lib/Target/Mips/MipsAsmPrinter.cpp
parentf5b9938ef6a4694d4815176c89b37c9e33447e65 (diff)
downloadbcm5719-llvm-32e5347eb80b98f01888f4344b5aa29e2abca102.tar.gz
bcm5719-llvm-32e5347eb80b98f01888f4344b5aa29e2abca102.zip
Get rid of the annoying blank lines before labels.
llvm-svn: 46667
Diffstat (limited to 'llvm/lib/Target/Mips/MipsAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsAsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp b/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
index bd5d2b72af6..28cbdea1526 100644
--- a/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud