Linker: Fix references to uniqued nodes after r243883
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
index 41a49c1c990282b0d1a10c8f3285816f172939b9..3ae23a208042072dcb6d1b4fcb907efed78dc08d 100644 (file)
@@ -1,8 +1,7 @@
-; RUN: echo "%T = type int" | as > Output/%s.1.bc
-; RUN: as < %s > Output/%s.2.bc
-; RUN: link Output/%s.[12].bc
+; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc
+; RUN: llvm-as < %s > %t.2.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]