diff --git a/llvm/test/Other/opt-pipeline-vector-passes.ll b/llvm/test/Other/opt-pipeline-vector-passes.ll index fc3a6586d9196a..3d475703e6e283 100644 --- a/llvm/test/Other/opt-pipeline-vector-passes.ll +++ b/llvm/test/Other/opt-pipeline-vector-passes.ll @@ -16,9 +16,9 @@ ; Everything runs at -O2. ; O2-LABEL: Running pass: LoopVectorizePass -; O2: Running pass: SLPVectorizerPass ; O2-NOT: Running pass: EarlyCSEPass ; O2-NOT: Running pass: LICMPass +; O2: Running pass: SLPVectorizerPass ; O2: Running pass: VectorCombinePass ; Optionally run cleanup passes.