OSDN Git Service

add support for some targetflags on GV operands. This allows us to
authorChris Lattner <sabre@nondot.org>
Tue, 18 Aug 2009 05:33:27 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Aug 2009 05:33:27 +0000 (05:33 +0000)
commit79e6408ad36be39c1c4d34e7e6d785d91e4f2c66
treef471f24ed5bce0d9cecd36903b3ca38ac703be20
parent2447389bac8b4fc1b1edb3240a408a92616f2ca2
add support for some targetflags on GV operands.  This allows us to
send instructions like:

NEW:  movl "L___stack_chk_guard$non_lazy_ptr" - "L1$pb"(%esi), %eax
OLD:  movl L___stack_chk_guard$non_lazy_ptr-"L1$pb"(%esi), %eax

through the streamer.  Several fixmes.

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