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 e979535 commit 6e2969cCopy full SHA for 6e2969c
mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
@@ -1148,7 +1148,7 @@ def EmitC_GlobalOp : EmitC_Op<"global", [Symbol]> {
1148
// Global variable with an initial values.
1149
emitc.global @x : !emitc.array<3xi32> = dense<[0, 1, 2]>
1150
// Global variable with an opaque initial value.
1151
- emitc.global @y : !emitc.opaque<"char"> = #emitc.opaque<"CHAR_MIN">
+ emitc.global @x : !emitc.opaque<"char"> = #emitc.opaque<"CHAR_MIN">
1152
// External global variable
1153
emitc.global extern @x : !emitc.array<2xf32>
1154
// Constant global variable with internal linkage
0 commit comments