Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / ExecutionEngine / 2003-05-06-LivenessClobber.llx
index 3164dd85c19828ff650f0f977b3f4bee5304fa4c..ea3f14b5128459ad3fe626a2ac59bac0d57b21db 100644 (file)
@@ -1,6 +1,6 @@
 ; This testcase shoudl return with an exit code of 1.
 ;
-; RUN: llvm-as < %s | not lli
+; RUN: llvm-upgrade < %s | llvm-as | not lli
 
 %test = global long 0
 implementation