Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / LevelRaise / 2002-07-16-SourceAndDestCrash.ll
index 792a035651f392a75f5a514d649357bc8caff93d..18121634dd9ba71d5f782707c90be8cf10ef732e 100644 (file)
@@ -2,7 +2,7 @@
 ; because both the source and the destination of the %Y cast are converted
 ; to a new type, which causes massive problems.
 
-; RUN: llvm-as < %s | opt -raise -raise-start-inst=W
+; RUN: llvm-upgrade < %s | llvm-as | opt -raise -raise-start-inst=W
 
 int **%test(sbyte **%S) {
 BB0: