Skip to content

Commit c07724d

Browse files
committed
fixup! [GVN] Support rnflow pattern matching and transform
1 parent d78d773 commit c07724d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/GVN.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3445,7 +3445,6 @@ bool GVNPass::optimizeMinMaxFindingSelectPattern(SelectInst *Select) {
34453445
return true;
34463446
} else {
34473447
LLVM_DEBUG(dbgs() << "GVN: Could not find pattern: " << *RHS << "\n");
3448-
LLVM_DEBUG(dbgs() << "GVN: Could not find pattern: " << "\n");
34493448
return false;
34503449
}
34513450
return false;

0 commit comments

Comments
 (0)