Fix inlining to not lose the "cleanup" clause from landingpads
[oota-llvm.git] / test / Transforms / LoopUnroll / 2011-08-09-IVSimplify.ll
index 59551d5c720c7deffd0a68bb876966695b5d8c21..a43a4ffc557c76dba5e167b33a88d1f154df9076 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -S < %s -loop-unroll -unroll-count=4 -enable-iv-rewrite=false | FileCheck %s
+; RUN: opt -S < %s -loop-unroll -unroll-count=4 | FileCheck %s
 ;
 ; Test induction variable simplify after loop unrolling. It should
 ; expose nice opportunities for GVN.