Use llvm-upgrade these tests as they all use old assembly.
[oota-llvm.git] / test / Assembler / 2003-05-15-AssemblerProblem.llx
index e22d11d6cbf6d8b16995a47e8a5b610d5cde7e0d..a4802940ecb8f638ace49cda3cbe68cfac697984 100644 (file)
@@ -1,7 +1,7 @@
 ; This bug was caused by two CPR's existing for the same global variable, 
 ; colliding in the Module level CPR map.
 
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
 
 void %test() {
         call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)