forked from OSchip/llvm-project
[LV] Remove unused function. NFC
LoopVectorizationLegality::mustCheckStrides is unused. llvm-svn: 272780
This commit is contained in:
parent
88f47d3521
commit
b1973be8e2
|
@ -1375,7 +1375,6 @@ public:
|
|||
unsigned getMaxSafeDepDistBytes() { return LAI->getMaxSafeDepDistBytes(); }
|
||||
|
||||
bool hasStride(Value *V) { return StrideSet.count(V); }
|
||||
bool mustCheckStrides() { return !StrideSet.empty(); }
|
||||
SmallPtrSet<Value *, 8>::iterator strides_begin() {
|
||||
return StrideSet.begin();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue