eliminate the "call" operand modifier from the asm descriptions, modeling
authorChris Lattner <sabre@nondot.org>
Sat, 20 Jun 2009 19:34:09 +0000 (19:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Jun 2009 19:34:09 +0000 (19:34 +0000)
commit7680e733415e01a30183a73bfbe16f7829439db7
treee12ace0611f18737063f1cf3a8465764a790e73f
parent434ca80b31c6bd44545713d7cf20e53fe4861b4e
eliminate the "call" operand modifier from the asm descriptions, modeling
it as a pcrel immediate instead.  This gets pc-rel weirdness out of the
main printoperand codepath.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73829 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.h
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td