OSDN Git Service

Clean up asm writer usage for x86 and msp430 to flag that the writer should
authorJim Grosbach <grosbach@apple.com>
Thu, 30 Sep 2010 23:40:25 +0000 (23:40 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 30 Sep 2010 23:40:25 +0000 (23:40 +0000)
commitddcf859851a5407575cc4c75fd70fc52c0e36d54
treecf1db051fbfeba7c2a75a6b7fdf33f9114dcddff
parent086378597df590e6401abf90d0b5edb09bbaa297
Clean up asm writer usage for x86 and msp430 to flag that the writer should
use MC instructions in the printInstruction() method via the tablegen flag
for it rather than a #define prior to including the autogenerated bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp
lib/Target/MSP430/MSP430.td
lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/AsmPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/X86.td