Ensure ModuleLinker materializes complete comdat groups
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem.ll
index 796cb8aa08ed29978432b93ba87c2bfca3ff8c33..fa24b6dbfb87b6748823f0428aac3bba515f6188 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: echo "%T = type opaque" | as > %t.2.bc
-; RUN: as < %s > %t.1.bc
-; RUN: link %t.[12].bc
+; RUN: echo "%%T = type opaque" | llvm-as > %t.2.bc
+; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-link %t.1.bc %t.2.bc
 
 %T = type opaque
-%a = constant { %T* }  { %T* null }
+@a = constant { %T* } zeroinitializer          ; <{ %T* }*> [#uses=0]