summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopVectorize/2012-10-22-isconsec.ll')
-rw-r--r--test/Transforms/LoopVectorize/2012-10-22-isconsec.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll b/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
index 12e8e55983..2516e248bc 100644
--- a/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
+++ b/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -dce
+; RUN: opt < %s -loop-vectorize -dce -force-vector-width=4
; Check that we don't crash.