Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-21-InvalidSimplify.ll
index 6b0f369e2c7ac4cd932ea65a8b9ddbaea32ae750..c31a421d0e5e67fe8a25e13c6811298eb01144c4 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 | grep ret
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp -simplifycfg | llvm-dis | grep ret
 
 
 void "old_main"() {