X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2003-08-23-RecursiveOpaqueTypeResolve.ll;h=d810dba6589f23358a22cff289242611a038b36f;hb=22bd64173981bf1251c4b3bfc684207340534ba3;hp=ea82075307948bfbcafc4002dc70134ef39a0c0c;hpb=a3f89829f32e3362962fdf032f66f6d8403cf6b2;p=oota-llvm.git diff --git a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll index ea820753079..d810dba6589 100644 --- a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll +++ b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll @@ -5,5 +5,6 @@ ; RUN: echo "%M = type { %M*, i32* }" | llvm-as > %t.out2.bc ; RUN: llvm-link %t.out1.bc %t.out2.bc -%M = type { %M*, opaque* } +%T1 = type opaque +%M = type { %M*, %T1* }