OSDN Git Service

Properly print 'P' modifier on inline asm memory operands.
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 28 Apr 2009 21:49:33 +0000 (21:49 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 28 Apr 2009 21:49:33 +0000 (21:49 +0000)
commit573c92d8ba1b18c737fe72a644c82ec531418878
treee38e123af997a002496f56dc0d9b17616bb61b2b
parent32558650ae09247b31aa89cdee64e8c849771024
Properly print 'P' modifier on inline asm memory operands.
This should fix PR3379 and PR4064.
Patch inspired by Edwin Török!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70328 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
test/CodeGen/X86/2009-04-29-InlineAsmPMemoryModifier.ll [new file with mode: 0644]