Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / test / Linker / 2003-08-23-RecursiveOpaqueTypeResolve.ll
index ea82075307948bfbcafc4002dc70134ef39a0c0c..d810dba6589f23358a22cff289242611a038b36f 100644 (file)
@@ -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* }