We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78d773 commit c07724dCopy full SHA for c07724d
llvm/lib/Transforms/Scalar/GVN.cpp
@@ -3445,7 +3445,6 @@ bool GVNPass::optimizeMinMaxFindingSelectPattern(SelectInst *Select) {
3445
return true;
3446
} else {
3447
LLVM_DEBUG(dbgs() << "GVN: Could not find pattern: " << *RHS << "\n");
3448
- LLVM_DEBUG(dbgs() << "GVN: Could not find pattern: " << "\n");
3449
return false;
3450
}
3451
0 commit comments