[llvm] [InlineAsm] wrap ConstraintCode in enum class NFC (PR #66003)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 08:30:31 PDT 2023
================
@@ -89,9 +89,10 @@ class SelectionDAGISel : public MachineFunctionPass {
/// not match or is not implemented, return true. The resultant operands
/// (which will appear in the machine instruction) should be added to the
/// OutOps vector.
- virtual bool SelectInlineAsmMemoryOperand(const SDValue &Op,
- unsigned ConstraintID,
- std::vector<SDValue> &OutOps) {
+ virtual bool
+ SelectInlineAsmMemoryOperand(const SDValue &Op,
+ const InlineAsm::ConstraintCode ConstraintID,
----------------
nickdesaulniers wrote:
done in https://github.com/llvm/llvm-project/pull/66003/commits/302ca8035512d99a757598af212954495ebb180f
https://github.com/llvm/llvm-project/pull/66003
More information about the llvm-commits
mailing list