[Hexagon] Remove unused declaration SelectZeroExtend (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 24 Jul 2022 21:48:08 +0000 (14:48 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 24 Jul 2022 21:48:08 +0000 (14:48 -0700)
The corresponding definition was removed on Jan 23, 2018 in commit
3780a0e1fae463e9195ae3fc2ba8424608310d8a.

llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.h

index 1e50385..505c90f 100644 (file)
@@ -95,7 +95,6 @@ public:
   void SelectIndexedStore(StoreSDNode *ST, const SDLoc &dl);
   void SelectStore(SDNode *N);
   void SelectSHL(SDNode *N);
-  void SelectZeroExtend(SDNode *N);
   void SelectIntrinsicWChain(SDNode *N);
   void SelectIntrinsicWOChain(SDNode *N);
   void SelectConstant(SDNode *N);