split MachineInstr -> MCInst lowering into its own class (not
authorChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 20:34:57 +0000 (20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 20:34:57 +0000 (20:34 +0000)
commit8fea32f9ff5cec2165661a3da986abe29c9bddb1
tree64e7a3c102be9bf41093acb7640d592f98a6f3cf
parent4e68a2a6320aa5d4db130569c46f2914a6cf9ded
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]