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 5fb5dea commit 66a94cbCopy full SHA for 66a94cb
mlir/lib/Rewrite/PatternApplicator.cpp
@@ -221,10 +221,6 @@ LogicalResult PatternApplicator::matchAndRewrite(
221
LLVM_DEBUG(llvm::dbgs()
222
<< "\"" << bestPattern->getDebugName() << "\" result "
223
<< succeeded(result) << "\n");
224
-#ifndef NDEBUG
225
- rewriter.setListener(oldListener);
226
- delete catalogingListener;
227
-#endif
228
}
229
230
// Process the result of the pattern application.
0 commit comments