[RISCV] Remove unused method from RISCVInsertVSETVLI. NFC
authorCraig Topper <craig.topper@sifive.com>
Wed, 9 Jun 2021 22:07:27 +0000 (15:07 -0700)
committerCraig Topper <craig.topper@sifive.com>
Wed, 9 Jun 2021 22:35:26 +0000 (15:35 -0700)
If this becomes needed its trivial to add it back.

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

index 7121061..43ed7ed 100644 (file)
@@ -213,8 +213,6 @@ public:
     return hasSameVTYPE(Other) && hasSameAVL(Other);
   }
 
-  bool operator!=(const VSETVLIInfo &Other) const { return !(*this == Other); }
-
   // Calculate the VSETVLIInfo visible to a block assuming this and Other are
   // both predecessors.
   VSETVLIInfo intersect(const VSETVLIInfo &Other) const {