Don't try to materialize a function that isn't materializable anyways. This
[llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
blob42cc0403ae770f95cc99c0b1d96d66aac98ba69b
1 ; RUN: echo {%T = type i32} | llvm-as > %t.1.bc
2 ; RUN: llvm-as < %s > %t.2.bc
3 ; RUN: llvm-link %t.1.bc %t.2.bc
5 %T = type opaque
6 @X = constant { %T* } zeroinitializer           ; <{ %T* }*> [#uses=0]