OSDN Git Service

Remove the use of TargetMachine from PPCJITInfo and replace with
authorEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:19:51 +0000 (22:19 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 12 Jun 2014 22:19:51 +0000 (22:19 +0000)
commitad807370e9e8ed20b9abb9f3f401e83080ad0f38
tree312f7599f509be93808f870f5c62a13c17f00858
parent01d3cb816771a8de2f8ba5878106f8709c1cc36f
Remove the use of TargetMachine from PPCJITInfo and replace with
the subtarget. Also remove unnecessary argument to the constructor
at the same time, we already have access via the subtarget.

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