aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2021-11-06 18:31:22 -0800
committerKazu Hirata <kazu@google.com>2021-11-06 19:31:22 -0700
commit22e21da47d8adfc9ff5965be2ca682f8e44a6902 (patch)
tree6935e6330902f7d5a1be6b1ffa4198f29780705d
parente4bab21848dc5ce734997a9d0dd659f97c31411b (diff)
downloadllvm-22e21da47d8adfc9ff5965be2ca682f8e44a6902.zip
llvm-22e21da47d8adfc9ff5965be2ca682f8e44a6902.tar.gz
llvm-22e21da47d8adfc9ff5965be2ca682f8e44a6902.tar.bz2
[WebAssembly] Remove unused declaration SelectExternRefAddr (NFC)
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
index d1d7c2d..7e75989 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
@@ -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"