diff options
Diffstat (limited to 'mlir/docs/Tutorials/UnderstandingTheIRStructure.md')
-rw-r--r-- | mlir/docs/Tutorials/UnderstandingTheIRStructure.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mlir/docs/Tutorials/UnderstandingTheIRStructure.md b/mlir/docs/Tutorials/UnderstandingTheIRStructure.md index 69560d295618..3b32d6a40971 100644 --- a/mlir/docs/Tutorials/UnderstandingTheIRStructure.md +++ b/mlir/docs/Tutorials/UnderstandingTheIRStructure.md @@ -110,7 +110,6 @@ llvm-project/mlir/test/IR/print-ir-nesting.mlir`: "dialect.innerop6"() : () -> () "dialect.innerop7"() : () -> () }) {"other attribute" = 42 : i64} : () -> () - "module_terminator"() : () -> () }) : () -> () ``` @@ -147,7 +146,6 @@ visiting op: 'module' with 0 operands and 0 results 0 nested regions: visiting op: 'dialect.innerop7' with 0 operands and 0 results 0 nested regions: - visiting op: 'module_terminator' with 0 operands and 0 results 0 nested regions: ``` |