-disable-output is no longer needed with -analyze.
[oota-llvm.git] / test / Transforms / IndVarSimplify / iv-zext.ll
index d7eb7bd47dc1996893e039ef02f597d96062988f..1cc559fd79f1b207f1b8b8c2f59e10c97dbab2b0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: not grep and %t
 ; RUN: not grep zext %t