summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-25 13:37:27 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-25 13:37:27 +0000
commitba27bef114c6577427a75555747e3240bb9a8114 (patch)
tree0fa68fb541eb3443b0168fb3e37c15e74d706b19 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parentb45a3d8de4bde26d2c66875f06a8a8dbb3166ce8 (diff)
downloadbcm5719-llvm-ba27bef114c6577427a75555747e3240bb9a8114.tar.gz
bcm5719-llvm-ba27bef114c6577427a75555747e3240bb9a8114.zip
Remove dead store.
llvm-svn: 92156
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 74618e0dbca..6b24e24d371 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1905,7 +1905,6 @@ void AsmPrinter::EmitComments(const MachineInstr &MI) const {
if (Newline) O << '\n';
O.PadToColumn(MAI->getCommentColumn());
O << MAI->getCommentString() << " Reload Reuse";
- Newline = true;
}
}
}
OpenPOWER on IntegriCloud