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 68fbb0f commit 02f1782Copy full SHA for 02f1782
mlir/include/mlir-c/Rewrite.h
@@ -103,7 +103,7 @@ mlirRewriterBaseGetBlock(MlirRewriterBase rewriter);
103
104
/// Returns the operation right after the current insertion point
105
/// of the rewriter. A null MlirOperation will be returned
106
-// if the current insertion block is empty.
+// if the current insertion point is at the end of the block.
107
MLIR_CAPI_EXPORTED MlirOperation
108
mlirRewriterBaseGetOperationAfterInsertion(MlirRewriterBase rewriter);
109
0 commit comments