File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1449,7 +1449,6 @@ void ByteCodeExecutor::executeApplyConstraint(PatternRewriter &rewriter) {
1449
1449
LogicalResult rewriteResult = constraintFn (rewriter, args);
1450
1450
// Depending on the constraint jump to the proper destination.
1451
1451
ByteCodeField isNegated = read ();
1452
- llvm::dbgs () << " * isNegated: " << isNegated;
1453
1452
selectJump (isNegated != succeeded (rewriteResult));
1454
1453
} else {
1455
1454
const PDLRewriteFunction &constraintFn = rewriteFunctions[fun_idx];
@@ -1478,7 +1477,6 @@ void ByteCodeExecutor::executeApplyConstraint(PatternRewriter &rewriter) {
1478
1477
}
1479
1478
// Depending on the constraint jump to the proper destination.
1480
1479
ByteCodeField isNegated = read ();
1481
- llvm::dbgs () << " * isNegated: " << isNegated;
1482
1480
selectJump (isNegated != succeeded (rewriteResult));
1483
1481
}
1484
1482
}
You can’t perform that action at this time.
0 commit comments