Skip to content

Commit 3f347a7

Browse files
committed
Update more comments
1 parent ddb49f9 commit 3f347a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,8 +2198,8 @@ def LLVM_ModuleFlagsOp
21982198
Example:
21992199
```mlir
22002200
llvm.module.flags [
2201-
#llvm.mlir.module_flag<1 : i64, "wchar_size", 4 : i32>,
2202-
#llvm.mlir.module_flag<8 : i64, "PIC Level", 2 : i32>
2201+
#llvm.mlir.module_flag<error, "wchar_size", 4>,
2202+
#llvm.mlir.module_flag<max, "PIC Level", 2>
22032203
]
22042204
```
22052205
}];

0 commit comments

Comments
 (0)