Skip to content

Commit 763ebf9

Browse files
Simon Camphausenmgehre-amd
authored andcommitted
[mlir][EmitC] Remove unused attribute from verbatim op (llvm#80142)
The uses of the attribute were removed in code review of llvm#79584, but it's definition was inadvertently kept.
1 parent 9e3863c commit 763ebf9

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,7 @@ def EmitC_VerbatimOp : EmitC_Op<"verbatim"> {
574574
```
575575
}];
576576

577-
let arguments = (ins
578-
StrAttr:$value,
579-
UnitAttr:$trailing_semicolon
580-
);
577+
let arguments = (ins StrAttr:$value);
581578
let assemblyFormat = "$value attr-dict";
582579
}
583580

0 commit comments

Comments
 (0)