Skip to content

Commit 2a81b6a

Browse files
committed
Drop redundant PredicateInfo annotation
1 parent 466c526 commit 2a81b6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/PredicateInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ class PredicateInfoAnnotatedWriter : public AssemblyAnnotationWriter {
809809
void emitInstructionAnnot(const Instruction *I,
810810
formatted_raw_ostream &OS) override {
811811
if (const auto *PI = PredInfo->getPredicateInfoFor(I)) {
812-
OS << "; Has predicate info\n";
813812
if (const auto *PB = dyn_cast<PredicateBranch>(PI)) {
814813
OS << "; branch predicate info { TrueEdge: " << PB->TrueEdge
815814
<< " Comparison:" << *PB->Condition << " Edge: [";

0 commit comments

Comments
 (0)