The big change here is to handle printing/emission of X86II::MRMSrcMem
authorChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 20:44:15 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Nov 2002 20:44:15 +0000 (20:44 +0000)
commit3d3067bf6bccc06ff2411caed50428f03dcd730d
tree643d692487d0019de43e836342f22b0c8c547560
parent92845e37f54674b1d1ff0ba671411c434a5dc511
The big change here is to handle printing/emission of X86II::MRMSrcMem
instructions.  Right now the only users are load instructions, and Misha's
spill code

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