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