indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
[oota-llvm.git] / test / Transforms / IndVarSimplify / subtract.ll
index 51065cc1a8a3c5b417b2b4800818c91b8ca4489d..f45bdab4be5876b4e41026318e40f598ec51e261 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep indvar
+; RUN: opt < %s -indvars -S | grep indvar
 
 @G = global i64 0               ; <i64*> [#uses=1]