llvm-6502/include
Rafael Espindola eaf14786ca Fix const merging when an alias of a const is llvm.used.
We used to disable constant merging not only if a constant is llvm.used, but
also if an alias of a constant is llvm.used. This change fixes that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181175 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-06 01:48:55 +00:00
..
llvm Fix const merging when an alias of a const is llvm.used. 2013-05-06 01:48:55 +00:00
llvm-c This exposes more MCJIT options via the C API: 2013-05-01 22:58:00 +00:00