Skip to content

Commit ac631e8

Browse files
authored
Update EmitC.td
1 parent a8edc52 commit ac631e8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,8 +1191,8 @@ def EmitC_VariableOp : EmitC_Op<"variable", []> {
11911191
}];
11921192

11931193
let arguments = (ins EmitC_OpaqueOrTypedAttr:$value);
1194-
let results = (outs Res<AnyTypeOf<[EmitC_ArrayType, EmitC_LValueType]>,
1195-
"", [MemAlloc<DefaultResource, 0, FullEffect>]>);
1194+
let results = (outs Res<AnyTypeOf<[EmitC_ArrayType, EmitC_LValueType]>, "",
1195+
[MemAlloc<DefaultResource, 0, FullEffect>]>);
11961196

11971197
let hasVerifier = 1;
11981198
}

0 commit comments

Comments
 (0)