================
@@ -10181,6 +10181,9 @@ let CategoryName = "Inline Assembly Issue" in {
     "value size does not match register size specified by the constraint "
     "and modifier">,
     InGroup<ASMOperandWidths>;
+  def warn_unused_asm_operand : Warning<
+    "unused asm %select{output|input}0 operand">,
----------------
bwendling wrote:

Good call, thanks -- switched to enum_select in 81327b682ba2.

https://github.com/llvm/llvm-project/pull/220577
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to