Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names...
[oota-llvm.git] / test / Transforms / LoopVectorize / no_int_induction.ll
index e572d1a884cadad69e6f0740c54fab94cc02eded..1275915f5e3689852c8d0d28706c6629ae543d4a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -force-vector-interleave=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);