[WebAssembly] Remove unused declaration SelectExternRefAddr (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 7 Nov 2021 02:31:22 +0000 (18:31 -0800)
committerKazu Hirata <kazu@google.com>
Sun, 7 Nov 2021 02:31:22 +0000 (19:31 -0700)
llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp

index d1d7c2d..7e75989 100644 (file)
@@ -66,7 +66,6 @@ public:
 
   bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
                                     std::vector<SDValue> &OutOps) override;
-  bool SelectExternRefAddr(const SDValue &Addr, const SDValue &Base);
 
 // Include the pieces autogenerated from the target description.
 #include "WebAssemblyGenDAGISel.inc"