remove strings from instructions who are never asmprinted.
authorChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 19:51:42 +0000 (19:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Oct 2009 19:51:42 +0000 (19:51 +0000)
commit172862a2a74f5deace29e3baaf8a77f6bd2cecbe
tree9396d0e386d61c1eda367d39e473cb2c6cab3c34
parentebbcef945d33af5252486c1655ec6afdba4f97a7
remove strings from instructions who are never asmprinted.
All of these "subreg32" modifier instructions are handled
explicitly by the MCInst lowering phase.  If they got to
the asmprinter, they would explode.  They should eventually
be replace with correct use of subregs.

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