sink the arm implementations of ASmPrinter and MCInstLower
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2010 23:44:46 +0000 (23:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2010 23:44:46 +0000 (23:44 +0000)
commitf447a5f1446d3f3ccd7f342a54f565ab02a087c8
tree863e70629168df01d0a01f94c17cd2ff688144ab
parentaef40351f67ce6be3888450836d44ca4e0afd487
sink the arm implementations of ASmPrinter and MCInstLower
out of the AsmPrinter directory into libarm.  Now the
ARM InstPrinters depend jsut on the MC stuff, not on vmcore
or codegen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108783 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp [new file with mode: 0644]
lib/Target/ARM/ARMMCInstLower.cpp [new file with mode: 0644]
lib/Target/ARM/ARMMCInstLower.h [new file with mode: 0644]
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp [deleted file]
lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp [deleted file]
lib/Target/ARM/AsmPrinter/ARMMCInstLower.h [deleted file]