Skip to content

Commit 62c1e43

Browse files
committed
Improve tablegen docs
1 parent 02b854d commit 62c1e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ def ModuleFlagAttr
13071307

13081308
Example:
13091309
```mlir
1310-
#llvm.mlir.module_flag<1 : i64, "wchar_size", 4 : i32>
1310+
#llvm.mlir.module_flag<error, "wchar_size", 4>
13111311
```
13121312
}];
13131313
let parameters = (ins "ModFlagBehavior":$behavior,

0 commit comments

Comments
 (0)