Refactor code just a little bit, allowing us to implement TailCallElim/return_constant.ll
[oota-llvm.git] / test / Linker / testlink2.ll
index 210e847f6d72af429e925803f17bbd0843e25aa1..31a29eb52d1a11e97f481b54ce1cd69acdaba56b 100644 (file)
@@ -11,7 +11,7 @@
 %Intern2   = constant int 12345       ;; Intern in one but not in other
 
 %MyIntListPtr = constant { {\2,int}* } { {\2,int}* %MyIntList }
-%MyVarPtr  = global { int * }  { int * %MyVar }
+%MyVarPtr  = linkonce global { int * }  { int * %MyVar }
 
 constant int 412