X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-06-02-TypeResolveProblem.ll;h=86979f60d1727209f631f7415394c6e6b197f35e;hb=9777e7afd4a9a348f043e914192d491b620659f1;hp=796cb8aa08ed29978432b93ba87c2bfca3ff8c33;hpb=e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa;p=oota-llvm.git diff --git a/test/Linker/2003-06-02-TypeResolveProblem.ll b/test/Linker/2003-06-02-TypeResolveProblem.ll index 796cb8aa08e..86979f60d17 100644 --- a/test/Linker/2003-06-02-TypeResolveProblem.ll +++ b/test/Linker/2003-06-02-TypeResolveProblem.ll @@ -1,7 +1,7 @@ -; RUN: echo "%T = type opaque" | as > %t.2.bc -; RUN: as < %s > %t.1.bc -; RUN: link %t.[12].bc +; RUN: echo {%T = type opaque} | llvm-as > %t.2.bc +; RUN: llvm-as < %s > %t.1.bc +; RUN: llvm-link %t.1.bc %t.2.bc %T = type opaque -%a = constant { %T* } { %T* null } +@a = constant { %T* } zeroinitializer ; <{ %T* }*> [#uses=0]