summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 07:25:52 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 07:25:52 +0000
commitdd89ce9a82111f04bda9de62df87340dc06cddc2 (patch)
tree13ae827e48beaf3c668256f6ba45d43816086f7a /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent3cb9086c26009f5557a1ed2480b972172f368b60 (diff)
downloadbcm5719-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.cpp1
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) {
OpenPOWER on IntegriCloud