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 40ff26b017f79179487e381e78eb6f10ec9b2d26..1a5e64ddc1b9d0f31724725430c31b451178cff0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: not grep sext %t
 ; RUN: grep phi %t | count 1