X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-06-02-TypeResolveProblem2.ll;h=3ae23a208042072dcb6d1b4fcb907efed78dc08d;hb=ab7348f8b188270ecbd309d5f0f4696f1f782c9b;hp=aa1bc174fb05cf68f5257404fd8341e5054cbb61;hpb=b6cb66f1c3d0fa98132ef85b4c93a700439572db;p=oota-llvm.git diff --git a/test/Linker/2003-06-02-TypeResolveProblem2.ll b/test/Linker/2003-06-02-TypeResolveProblem2.ll index aa1bc174fb0..3ae23a20804 100644 --- a/test/Linker/2003-06-02-TypeResolveProblem2.ll +++ b/test/Linker/2003-06-02-TypeResolveProblem2.ll @@ -1,8 +1,7 @@ -; RUN: echo "%T = type int" | llvm-as > %t.1.bc +; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc ; RUN: llvm-as < %s > %t.2.bc -; RUN: llvm-link %t.[12].bc +; RUN: llvm-link %t.1.bc %t.2.bc %T = type opaque - -%X = constant {%T*} {%T* null } +@X = constant { %T* } zeroinitializer ; <{ %T* }*> [#uses=0]