Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
authorEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 23:04:46 +0000 (23:04 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 13 Jun 2014 23:04:46 +0000 (23:04 +0000)
commit58c99da4d89b0f6b5be6066d2888b0ddc41c8a7c
tree5c542da9d23a3dc4694327ed2c882e0e7553621f
parent087f56e9278f310d43f561426236378e3efd786f
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
This required untangling a mess of headers that included around.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210953 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/ARM/ARMJITInfo.h
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h