This patch fixes an issue in the LL parser where address space specifiers on global variables were not preserved if the variable was forward references.  This makes the following IR parseable:<div><br></div><div><div><font face="courier new, monospace">@a2 = global i8 addrspace(1)* @a</font></div>
<div><font face="courier new, monospace">@a = addrspace(1) global i8 0</font></div><div><div><br></div>-- <br><br><div>Thanks,</div><div><br></div><div>Justin Holewinski</div><br>
</div></div>