Skip to content

Commit d594e0d

Browse files
[WebAssembly] Remove dead declaration MatchTableForLowering
The corresponding function definition was removed on Sep 27, 2022 in commit 1bd1a44.
1 parent f56ea14 commit d594e0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ class WebAssemblyTargetLowering final : public TargetLowering {
140140
SDValue LowerLoad(SDValue Op, SelectionDAG &DAG) const;
141141
SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
142142

143-
// Helper for LoadLoad and LowerStore
144-
bool MatchTableForLowering(SelectionDAG &DAG, const SDLoc &DL,
145-
const SDValue &Base, GlobalAddressSDNode *&GA,
146-
SDValue &Idx) const;
147-
148143
// Custom DAG combine hooks
149144
SDValue
150145
PerformDAGCombine(SDNode *N,

0 commit comments

Comments
 (0)