New test to verify that "merging 4 loads into a vec load" continues to work and
[oota-llvm.git] / test / Linker / 2003-08-28-TypeResolvesGlobal3.ll
index 504e8dd47791d019461cdfef75fb38afe24f47d2..5a52f9c1af5713130386917d850df20a3c040e2c 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s > Output/%s.out1.bc
-; RUN: echo "%S = type int" | llvm-as > Output/%s.out2.bc
-; RUN: llvm-link Output/%s.out[21].bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
+; RUN: echo "%S = type int" | llvm-upgrade | llvm-as > %t.out2.bc
+; RUN: llvm-link %t.out2.bc %t.out1.bc
 
 %S = type opaque