[LV] Remove unused function. NFC

LoopVectorizationLegality::mustCheckStrides is unused.

llvm-svn: 272780
This commit is contained in:
Adam Nemet 2016-06-15 12:26:11 +00:00
parent 88f47d3521
commit b1973be8e2
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}