[RISCV] Remove unused method from RISCVInsertVSETVLI. NFC

If this becomes needed its trivial to add it back.
This commit is contained in:
Craig Topper 2021-06-09 15:07:27 -07:00
parent 4ac3dae57f
commit 8dfd0810f2
1 changed files with 0 additions and 2 deletions

View 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 {