split MachineInstr -> MCInst lowering into its own class (not
commit1efc2adff3c3193bf402c9167cc3b06ec582a875
authorChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 20:34:57 +0000 (12 20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 20:34:57 +0000 (12 20:34 +0000)
tree64e7a3c102be9bf41093acb7640d592f98a6f3cf
parenta16d146018dbdd8e840db89dae3a4c6fcf8aa947
split MachineInstr -> MCInst lowering into its own class (not
being embedded into X86ATTAsmPrinter).  This still depends heavily
on X86ATTAsmPrinter, but this is a step in the right direction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81627 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.h [new file with mode: 0644]