aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/vect.stats.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/vect.stats.ll')
-rw-r--r--test/Transforms/LoopVectorize/vect.stats.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopVectorize/vect.stats.ll b/test/Transforms/LoopVectorize/vect.stats.ll
index 92ec24f..556da45 100644
--- a/test/Transforms/LoopVectorize/vect.stats.ll
+++ b/test/Transforms/LoopVectorize/vect.stats.ll
@@ -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
+}