split mcinst lowering stuff out to its own file.
authorChris Lattner <sabre@nondot.org>
Wed, 2 Sep 2009 17:35:12 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Sep 2009 17:35:12 +0000 (17:35 +0000)
commit522e9a0435ebba7b25802992031d0657654c281c
tree7af384c82b8bd42d88182a61a4dca37209f18cec
parentfdfca79de0935f6fb273f59637ab00246ddedb91
split mcinst lowering stuff out to its own file.

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