Broaden an assert to handle enable-iv-rewrite=true following r143183.
[oota-llvm.git] / test / Transforms / IndVarSimplify / lftr_simple.ll
index 686185d797b385c8ce06afcd7fec9bb2dee4cb27..e373013609bec0f3433ede8e8930ea626f3c26f5 100644 (file)
@@ -1,6 +1,6 @@
 ; LFTR should eliminate the need for the computation of i*i completely.  It 
 ; is only used to compute the exit value.
-; RUN: opt %s -indvars -dce | llvm-dis | not grep mul
+; RUN: opt < %s -indvars -dce -S | not grep mul
 
 @A = external global i32                ; <i32*> [#uses=1]