[llvm] [InlineAsm] wrap ConstraintCode in enum class NFC (PR #66003)

Bill Wendling via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 22:19:25 PDT 2023


================
@@ -1279,10 +1279,10 @@ namespace llvm {
                                       std::vector<SDValue> &Ops,
                                       SelectionDAG &DAG) const override;
 
-    unsigned
+    InlineAsm::ConstraintCode
     getInlineAsmMemConstraint(StringRef ConstraintCode) const override {
       if (ConstraintCode == "v")
----------------
bwendling wrote:

HUZZZAH! :-)

https://github.com/llvm/llvm-project/pull/66003


More information about the llvm-commits mailing list