Move PPCJITInfo off of the TargetMachine and onto the subtarget.
authorEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:28:06 +0000 (22:28 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:28:06 +0000 (22:28 +0000)
commit4ecff11794c6d57cbb240fa5ee730dd1cd0e1b65
tree201ae04539504d5e9554ecf0174889099a5c42cc
parentad807370e9e8ed20b9abb9f3f401e83080ad0f38
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Needed to migrate a few functions around to avoid circular header
dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210845 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCJITInfo.h
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h