Skip to content

Commit

Permalink
hl: Add issue number to a missing qualifier in asm op.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Dec 6, 2023
1 parent 4000b49 commit ff07648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/Dialect/HighLevel/HighLevelOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ def AsmOp
AnyAttr:$asm_template,
UnitAttr:$is_volatile,
UnitAttr:$has_goto,
//UnitAttr:$has_inline, //Clang doesn't have this qualifier?
// UnitAttr:$has_inline, // Clang doesn't have this qualifier? issue #454
Variadic< AnyType >:$asm_outputs,
Variadic< AnyType >:$asm_inputs,
OptionalAttr< ArrayAttr >:$output_names,
Expand Down

0 comments on commit ff07648

Please sign in to comment.