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 9e3863c commit 763ebf9Copy full SHA for 763ebf9
mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
@@ -574,10 +574,7 @@ def EmitC_VerbatimOp : EmitC_Op<"verbatim"> {
574
```
575
}];
576
577
- let arguments = (ins
578
- StrAttr:$value,
579
- UnitAttr:$trailing_semicolon
580
- );
+ let arguments = (ins StrAttr:$value);
581
let assemblyFormat = "$value attr-dict";
582
}
583
0 commit comments