Skip to content

Commit 6e2969c

Browse files
EtoAndruwamarbre
andauthored
Update mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
Co-authored-by: Marius Brehler <[email protected]>
1 parent e979535 commit 6e2969c

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Dialect/EmitC/IR

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/EmitC/IR/EmitC.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ def EmitC_GlobalOp : EmitC_Op<"global", [Symbol]> {
11481148
// Global variable with an initial values.
11491149
emitc.global @x : !emitc.array<3xi32> = dense<[0, 1, 2]>
11501150
// Global variable with an opaque initial value.
1151-
emitc.global @y : !emitc.opaque<"char"> = #emitc.opaque<"CHAR_MIN">
1151+
emitc.global @x : !emitc.opaque<"char"> = #emitc.opaque<"CHAR_MIN">
11521152
// External global variable
11531153
emitc.global extern @x : !emitc.array<2xf32>
11541154
// Constant global variable with internal linkage

0 commit comments

Comments
 (0)