aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU
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
commit4eecdeb3faf5df864790175da5d58301b751ec11 (patch)
tree4f9897e230b12c103b17472dfc10b801eaea2d6f /lib/Target/CellSPU
parent916a9f071f525f29bb17e96dfea99431eb3d2a38 (diff)
downloadexternal_llvm-4eecdeb3faf5df864790175da5d58301b751ec11.zip
external_llvm-4eecdeb3faf5df864790175da5d58301b751ec11.tar.gz
external_llvm-4eecdeb3faf5df864790175da5d58301b751ec11.tar.bz2
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
Diffstat (limited to 'lib/Target/CellSPU')
-rw-r--r--lib/Target/CellSPU/SPUAsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUAsmPrinter.cpp b/lib/Target/CellSPU/SPUAsmPrinter.cpp
index 031e997..e5e7d04 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);
}
}