aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/2012-10-20-infloop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/2012-10-20-infloop.ll')
-rw-r--r--test/Transforms/LoopVectorize/2012-10-20-infloop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/2012-10-20-infloop.ll b/test/Transforms/LoopVectorize/2012-10-20-infloop.ll
index aa7cc0e..b3eae69 100644
--- a/test/Transforms/LoopVectorize/2012-10-20-infloop.ll
+++ b/test/Transforms/LoopVectorize/2012-10-20-infloop.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce
+; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce
; Check that we don't fall into an infinite loop.
define void @test() nounwind {