Enable tail merging on PPC.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-21-InvalidSimplify.ll
index b46d23a9dcf305007bde57293d687ba6bef4bfda..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: llvm-as < %s | opt -sccp -simplifycfg | llvm-dis | \
+; RUN: opt < %s -sccp -simplifycfg -S | \
 ; RUN:   grep ret
 
 define void @old_main() {