llvm-6502/test/Instrumentation/BoundsChecking
Rafael Espindola 6fd1b8ee48 Allow aliases to be unnamed_addr.
Alias with unnamed_addr were in a strange state. It is stored in GlobalValue,
the language reference talks about "unnamed_addr aliases" but the verifier
was rejecting them.

It seems natural to allow unnamed_addr in aliases:

* It is a property of how it is accessed, not of the data itself.
* It is perfectly possible to write code that depends on the address
of an alias.

This patch then makes unname_addr legal for aliases. One side effect is that
the syntax changes for a corner case: In globals, unnamed_addr is now printed
before the address space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210302 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-06 01:20:28 +00:00
..
many-trap.ll
phi.ll Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
simple-32.ll fix PR17635: false positive with packed structures 2013-10-24 09:17:24 +00:00
simple.ll Teach MemoryBuiltins about address spaces 2013-12-14 00:27:48 +00:00