Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / Generic / BasicInstrs.llx
index 2d969345fe2d866434997c585ff6ca2d7c46078d..82606094c37a26f1a1a3ae82e2933caa13a07c69 100644 (file)
@@ -1,7 +1,7 @@
 ; New testcase, this contains a bunch of simple instructions that should be 
 ; handled by a code generator.
 
-; RUN: llvm-as < %s | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc
 
 int %add(int %A, int %B) {
        %R = add int %A, %B