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)
commitf55a224920faf87507f38b5486fc74a8e8500daf
tree854eced213e3175a584e33a1cbef52d6d60d8590
parent54367e01ccf2fb686ffa86d48c5ea1d05c348116
Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Needed to migrate a few functions around to avoid circular header
dependencies.

llvm-svn: 210845
llvm/lib/Target/PowerPC/PPCJITInfo.cpp
llvm/lib/Target/PowerPC/PPCJITInfo.h
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/lib/Target/PowerPC/PPCSubtarget.h
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/lib/Target/PowerPC/PPCTargetMachine.h