even more simplifications. ARM MCInstLowering is now just
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 20:58:38 +0000 (20:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 20:58:38 +0000 (20:58 +0000)
commit1612a619f18cbb328df5b2d8d268dd5e02a4a483
tree79793d1e0e0666f8c27f015ce7e8ea7250270c33
parent01928b9a406d2f3b3efb36794b3729b6738884a6
even more simplifications.  ARM MCInstLowering  is now just
a single function instead of a class.  It doesn't need the
complexity that X86 does.

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