[Hexagon] Remove unused struct AlignVectors::Segment
authorKazu Hirata <kazu@google.com>
Tue, 9 May 2023 03:23:32 +0000 (20:23 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 9 May 2023 03:23:32 +0000 (20:23 -0700)
llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp

index 2629b54..3f4244e 100644 (file)
@@ -168,12 +168,6 @@ public:
 private:
   using InstList = std::vector<Instruction *>;
 
-  struct Segment {
-    void *Data;
-    int Start;
-    int Size;
-  };
-
   struct AddrInfo {
     AddrInfo(const AddrInfo &) = default;
     AddrInfo(const HexagonVectorCombine &HVC, Instruction *I, Value *A, Type *T,