summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-09-21 17:58:45 +0000
committerOwen Anderson <resistor@mac.com>2011-09-21 17:58:45 +0000
commitbcc3fadad9712c9cabb51cfa0cb357077b689876 (patch)
treeb32caf17e8571c647e90350e61722641077a4906 /llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
parent4ce4a61cac24da062d6ac75db33052d51424e2e5 (diff)
downloadbcm5719-llvm-bcc3fadad9712c9cabb51cfa0cb357077b689876.tar.gz
bcm5719-llvm-bcc3fadad9712c9cabb51cfa0cb357077b689876.zip
These do not need to be conditional on the presence of CommentStream, as they have a fallback path now.
llvm-svn: 140267
Diffstat (limited to 'llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
index f470be30f02..a1f1dbc7a23 100644
--- a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
+++ b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
@@ -28,7 +28,7 @@ using namespace llvm;
void MBlazeInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
StringRef Annot) {
printInstruction(MI, O);
- if (CommentStream) printAnnotation(O, Annot);
+ printAnnotation(O, Annot);
}
void MBlazeInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
OpenPOWER on IntegriCloud