From ff07648ddd6c0dcdc02d015f99ee0755af500526 Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Wed, 6 Dec 2023 15:06:33 +0100 Subject: [PATCH] hl: Add issue number to a missing qualifier in asm op. --- include/vast/Dialect/HighLevel/HighLevelOps.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vast/Dialect/HighLevel/HighLevelOps.td b/include/vast/Dialect/HighLevel/HighLevelOps.td index f43a859cfd..3bc83507a1 100644 --- a/include/vast/Dialect/HighLevel/HighLevelOps.td +++ b/include/vast/Dialect/HighLevel/HighLevelOps.td @@ -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,