Skip to content

Commit

Permalink
hl: Add description to InlineAsmOp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Dec 6, 2023
1 parent f54119c commit bedd674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vast/Dialect/HighLevel/HighLevelOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,8 @@ def InlineAsmOp
)>
{
let summary = "VAST operation for inline assembly";
let description = [{ TODO }];
let description = [{ VAST operation mirroring the GCCAsmStmt in clang AST. It prints
a name for every operand (either its id or user-supplied string).}];

let skipDefaultBuilders = 1;

Expand Down

0 comments on commit bedd674

Please sign in to comment.