Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata,...
[oota-llvm.git] / test / Transforms / LoopVectorize / cast-induction.ll
index fc8281ba8a7ee76b880efa85d2bfb30e82eb2b87..2aa29ed2c820a54de1e61ba0de51ae4e6e18b6f8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
+; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
 
 ; rdar://problem/12848162