[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / LoopVectorize / no_int_induction.ll
index 6eab799cf14fba9243b841d8ca3b6d58c5ddd343..45aa8c7cd9be56c3cd8d0a2fe55c7c7a9eea08c5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
 
 ; int __attribute__((noinline)) sum_array(int *A, int n) {
 ;  return std::accumulate(A, A + n, 0);