Skip to content

Commit ec42778

Browse files
committed
[LV] Remove unused type declaration from ILV (NFC).
1 parent 935810c commit ec42778

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ class InnerLoopVectorizer {
538538
protected:
539539
friend class LoopVectorizationPlanner;
540540

541-
/// A small list of PHINodes.
542-
using PhiVector = SmallVector<PHINode *, 4>;
543-
544541
/// Set up the values of the IVs correctly when exiting the vector loop.
545542
void fixupIVUsers(PHINode *OrigPhi, const InductionDescriptor &II,
546543
Value *VectorTripCount, Value *EndValue,

0 commit comments

Comments
 (0)