Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names...
[oota-llvm.git] / test / Transforms / LoopVectorize / vect.stats.ll
index 92ec24f726eec1e4d467034995a5569b618b7e12..556da455b4baebf44de606ccd8fb0bd6686a6dc8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-unroll=4 -force-vector-width=4 -debug-only=loop-vectorize -stats -S 2>&1 | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -force-vector-interleave=4 -force-vector-width=4 -debug-only=loop-vectorize -stats -S 2>&1 | FileCheck %s
 ; REQUIRES: asserts
 
 ;
@@ -62,4 +62,4 @@ for.body:
 
 for.end:
   ret void
-}
\ No newline at end of file
+}