llvm/test/Assembler
Justin Holewinski eaff2d55a9 Preserve address space of forward-referenced global variables in the LL parser
Before, the parser would assert on the following code:

@a2 = global i8 addrspace(1)* @a
@a = addrspace(1) global i8 0

because the type of @a was "i8*" instead of "i8 addrspace(1)*" when parsing
the initializer for @a2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168197 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-16 21:03:47 +00:00
..
2008-04-19 22:26:29 +00:00
2008-04-19 22:26:29 +00:00
2008-04-19 22:26:29 +00:00
2007-01-26 08:25:06 +00:00
2007-07-19 23:13:04 +00:00
2008-07-11 00:30:06 +00:00
2009-02-02 07:24:28 +00:00
2009-09-06 00:00:13 +00:00
2012-04-08 11:00:38 +00:00
2008-04-19 22:26:29 +00:00
2012-05-24 15:59:06 +00:00
2012-04-08 11:00:38 +00:00
2012-04-08 11:53:54 +00:00
2012-04-08 11:00:38 +00:00
2009-08-25 15:38:29 +00:00
2012-04-08 11:00:38 +00:00
2012-04-08 11:00:38 +00:00
2012-04-08 11:00:38 +00:00
2012-04-08 11:00:38 +00:00