Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / LevelRaise / 2002-07-18-MissedAllocaRaise.ll
index 91301f051090ac4a5930067cfc0576ffd4d83892..7ab4ea360de7f77791e5436e4dc092eb26b111e2 100644 (file)
@@ -1,6 +1,6 @@
 ; Looks like we don't raise alloca's like we do mallocs
 ; XFAIL: *
 ; Looks like we don't raise alloca's like we do mallocs
 ; XFAIL: *
-; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep bitcast
+; RUN: llvm-upgrade < %s | llvm-as | opt -raise | llvm-dis | not grep bitcast
 
 implementation   ; Functions:
 
 
 implementation   ; Functions: