Skip to content

Commit 35c0302

Browse files
authored
[LV] Clean up unused 'using' definition (NFC) (#130597)
1 parent 809a33d commit 35c0302

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,6 @@ enum ScalarEpilogueLowering {
968968
CM_ScalarEpilogueNotAllowedUsePredicate
969969
};
970970

971-
using InstructionVFPair = std::pair<Instruction *, ElementCount>;
972-
973971
/// LoopVectorizationCostModel - estimates the expected speedups due to
974972
/// vectorization.
975973
/// In many cases vectorization is not profitable. This can happen because of

0 commit comments

Comments
 (0)