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 d1bca99 commit bc5a2f0Copy full SHA for bc5a2f0
mlir/include/mlir/CAPI/Rewrite.h
@@ -31,6 +31,6 @@ DEFINE_C_API_PTR_METHODS(MlirPatternRewriter, mlir::PatternRewriter)
31
DEFINE_C_API_PTR_METHODS(MlirPDLPatternModule, mlir::PDLPatternModule)
32
DEFINE_C_API_PTR_METHODS(MlirPDLResultList, mlir::PDLResultList)
33
DEFINE_C_API_PTR_METHODS(MlirPDLValue, const mlir::PDLValue)
34
-#endif
+#endif // MLIR_ENABLE_PDL_IN_PATTERNMATCH
35
36
#endif // MLIR_CAPIREWRITER_H
0 commit comments