Print vectorization analysis when loop hint is specified.
[oota-llvm.git] / test / Transforms / LoopVectorize / control-flow.ll
index 888640786932e2158223f1bbcaea5d1bff6fa647..83bf98fe7a1be98eabaa977af9bb032968b48978 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -force-vector-width=4 -S -pass-remarks-missed='loop-vectorize' -pass-remarks-analysis='loop-vectorize' 2>&1 | FileCheck %s
+; RUN: opt < %s -loop-vectorize -force-vector-width=4 -S -pass-remarks-missed='loop-vectorize' 2>&1 | FileCheck %s
 
 ; C/C++ code for control flow test
 ; int test(int *A, int Length) {