Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / PowerPC / 2006-04-05-splat-ish.ll
index 69cb89f11ed70973e2bae1dcd22e8a9dbadb2242..1aca3e35161725caaa4c1442a284d2df9bd73fba 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep 'vspltish v.*, 10'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep 'vspltish v.*, 10'
 
 void %test(<8 x short>* %P) {
        %tmp = load <8 x short>* %P             ; <<8 x short>> [#uses=1]