[llvm] d594e0d - [WebAssembly] Remove dead declaration MatchTableForLowering

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat May 6 11:26:43 PDT 2023


Author: Kazu Hirata
Date: 2023-05-06T11:26:30-07:00
New Revision: d594e0dcb864e4173cee071259fe36e84f306798

URL: https://github.com/llvm/llvm-project/commit/d594e0dcb864e4173cee071259fe36e84f306798
DIFF: https://github.com/llvm/llvm-project/commit/d594e0dcb864e4173cee071259fe36e84f306798.diff

LOG: [WebAssembly] Remove dead declaration MatchTableForLowering

The corresponding function definition was removed on Sep 27, 2022 in
commit 1bd1a4407058c4a159eee6f6956f3bcabeb0d7f8.

Added: 
    

Modified: 
    llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
index f70f85fe6ddd9..b6750879daa5b 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
@@ -140,11 +140,6 @@ class WebAssemblyTargetLowering final : public TargetLowering {
   SDValue LowerLoad(SDValue Op, SelectionDAG &DAG) const;
   SDValue LowerStore(SDValue Op, SelectionDAG &DAG) const;
 
-  // Helper for LoadLoad and LowerStore
-  bool MatchTableForLowering(SelectionDAG &DAG, const SDLoc &DL,
-                             const SDValue &Base, GlobalAddressSDNode *&GA,
-                             SDValue &Idx) const;
-
   // Custom DAG combine hooks
   SDValue
   PerformDAGCombine(SDNode *N,


        


More information about the llvm-commits mailing list