Manually notify ScalarEvolution before making an operand replacement, since
[oota-llvm.git] / test / Transforms / IndVarSimplify / promote-iv-to-eliminate-casts.ll
index 48c060c48d22138a1b6e6a1ca93788d5ebbfd311..a007ca60b08f955e7213671ba951fc32a4e72904 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: not grep sext %t
 
 define i64 @test(i64* nocapture %first, i32 %count) nounwind readonly {