diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-04 07:25:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 07:25:52 +0000 |
commit | dd89ce9a82111f04bda9de62df87340dc06cddc2 (patch) | |
tree | 13ae827e48beaf3c668256f6ba45d43816086f7a /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | 3cb9086c26009f5557a1ed2480b972172f368b60 (diff) | |
download | bcm5719-llvm-dd89ce9a82111f04bda9de62df87340dc06cddc2.tar.gz bcm5719-llvm-dd89ce9a82111f04bda9de62df87340dc06cddc2.zip |
use EmitRawText instead of O in DwarfPrinter.
llvm-svn: 100323
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index ba32884885c..ab889217840 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -1610,7 +1610,6 @@ void AsmPrinter::printImplicitDef(const MachineInstr *MI) const { void AsmPrinter::printKill(const MachineInstr *MI) const { if (!VerboseAsm) return; - O.PadToColumn(MAI->getCommentColumn()); std::string Str = "kill:"; for (unsigned n = 0, e = MI->getNumOperands(); n != e; ++n) { |