Skip to content

Commit bbb4e9e

Browse files
author
Simon Camphausen
committed
Remove result name
1 parent 3c34aa3 commit bbb4e9e

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
@@ -1072,7 +1072,7 @@ def EmitC_VariableOp : EmitC_Op<"variable", []> {
10721072

10731073
let arguments = (ins EmitC_OpaqueOrTypedAttr:$value);
10741074
let results = (outs Res<AnyTypeOf<[EmitC_ArrayType, EmitC_LValueType]>, "",
1075-
[MemAlloc<DefaultResource, 0, FullEffect>]>:$memref);
1075+
[MemAlloc<DefaultResource, 0, FullEffect>]>);
10761076

10771077
let hasVerifier = 1;
10781078
}

0 commit comments

Comments
 (0)