implement support for lowering references to global addresses. For example, we now
authorChris Lattner <sabre@nondot.org>
Sun, 16 Aug 2009 03:12:25 +0000 (03:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 16 Aug 2009 03:12:25 +0000 (03:12 +0000)
commit30c74a24290e7595dee4bb783b7f3e78595ae8c3
treedcfe7cbd1fd5212b8102428199a2b3934ddbaa86
parentf5af556c18fa44f073367e0ce7093df507810ada
implement support for lowering references to global addresses.  For example, we now
can asmprint:

NEW:  movl "L___stack_chk_guard$non_lazy_ptr", %eax
OLD:  movl L___stack_chk_guard$non_lazy_ptr, %eax

where 'new' is coming out of the MCInst version of the printer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h