Remove the code from IVUsers that attempted to handle
[oota-llvm.git] / test / Transforms / IndVarSimplify / masked-iv.ll
index c7583c9655a882f79c2d6c86afb1fbd4e4e36a90..f77b9357d75a620cbfedced0224c5edd738c51af 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep trunc | count 1
+; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: not grep trunc %t
+; RUN: grep and %t | count 1
 
 ; Indvars should do the IV arithmetic in the canonical IV type (i64),
 ; and only use one truncation.