Convert some VTBL and VTBX instructions to use pseudo instructions prior to
authorBob Wilson <bob.wilson@apple.com>
Mon, 13 Sep 2010 23:55:10 +0000 (23:55 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 13 Sep 2010 23:55:10 +0000 (23:55 +0000)
commitbd916c54b7989ddbab373c61eb1ed2556ca44d27
tree5ed893011146561ff3cffc71792a5485a701f59a
parentdd9f3fdc77b77b10710c27050d508d7c7fb40c25
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
register allocation.  Remove the NEONPreAllocPass, which is no longer needed.
Yeah!!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/NEONPreAllocPass.cpp [deleted file]