forked from OSchip/llvm-project
[RISCV] Remove unused method from RISCVInsertVSETVLI. NFC
If this becomes needed its trivial to add it back.
This commit is contained in:
parent
4ac3dae57f
commit
8dfd0810f2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue