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 528f0e3 commit 64c9d30Copy full SHA for 64c9d30
mlir/lib/CAPI/Transforms/Rewrite.cpp
@@ -338,7 +338,7 @@ MlirRewriterBase mlirPatternRewriterAsBase(MlirPatternRewriter rewriter) {
338
//===----------------------------------------------------------------------===//
339
340
inline const mlir::RewritePattern *unwrap(MlirRewritePattern pattern) {
341
- assert(pattern.ptr && "unexpected null pattern");
+ assert(pattern.ptr && "expected non-null pattern");
342
return static_cast<const mlir::RewritePattern *>(pattern.ptr);
343
}
344
0 commit comments