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 cd61d11394eebeae852276ab0a614c25e3d8c214..1a5e64ddc1b9d0f31724725430c31b451178cff0 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
 ; RUN: grep phi %t | count 1