Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for default...
[oota-llvm.git] / test / Transforms / LoopUnroll / 2011-08-09-IVSimplify.ll
index 4a5cbf96727cfa0f6b3bd7acf06247e61dc79c01..59551d5c720c7deffd0a68bb876966695b5d8c21 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -S < %s -loop-unroll -unroll-count=4 -disable-iv-rewrite | FileCheck %s
+; RUN: opt -S < %s -loop-unroll -unroll-count=4 -enable-iv-rewrite=false | FileCheck %s
 ;
 ; Test induction variable simplify after loop unrolling. It should
 ; expose nice opportunities for GVN.