diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-02-02 08:39:46 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-02 08:39:46 +0000 |
| commit | 32e5347eb80b98f01888f4344b5aa29e2abca102 (patch) | |
| tree | 81a55e3494788c64e26a236e0fe423f4b47abb7e /llvm/lib/Target/PowerPC | |
| parent | f5b9938ef6a4694d4815176c89b37c9e33447e65 (diff) | |
| download | bcm5719-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/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp index 6f0e41aec5f..d2d7f53aed0 100644 --- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -610,7 +610,6 @@ bool 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); } } @@ -833,7 +832,6 @@ bool DarwinAsmPrinter::runOnMachineFunction(MachineFunction &MF) { for (MachineBasicBlock::const_iterator II = I->begin(), IE = I->end(); II != IE; ++II) { // Print the assembly for the instruction. - O << "\t"; printMachineInstruction(II); } } |

