Revert r188449 as it turns out we're just missing the instructions that need the...
[oota-llvm.git] / test / Transforms / IndVarSimplify / signed-trip-count.ll
index cea9f8224551e78ccf1d72300bc4458e3090d93d..1a5e64ddc1b9d0f31724725430c31b451178cff0 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
-; RUN: grep { = sext i32 %n} %t
+; RUN: opt < %s -indvars -S > %t
+; RUN: not grep sext %t
 ; RUN: grep phi %t | count 1
-; RUN: not grep zext %t
 
 define void @foo(i64* nocapture %x, i32 %n) nounwind {
 entry: