Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata,...
[oota-llvm.git] / test / Transforms / LoopVectorize / cast-induction.ll
index 5c090aa0772a749301591dfdc13cafec4e1e4273..2aa29ed2c820a54de1e61ba0de51ae4e6e18b6f8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s  -loop-vectorize -force-vector-unroll=1 -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