Eliminate more redundant llvm-as calls.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-21-InvalidSimplify.ll
index b81f6255579a87ac79d0f510c0629e652d7f8d64..f02a29379b86369155372292ed0da8c2339300c0 100644 (file)
@@ -2,7 +2,7 @@
 ; this is in fact NOT the case, so the return should still be alive in the code
 ; after sccp and CFG simplification have been performed.
 ;
-; RUN: opt %s -sccp -simplifycfg | llvm-dis | \
+; RUN: opt < %s -sccp -simplifycfg -S | \
 ; RUN:   grep ret
 
 define void @old_main() {