mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add the JITInfo object, accessor & initializer.
llvm-svn: 10972
This commit is contained in:
parent
2757ec5b94
commit
bc72431950
@ -32,7 +32,7 @@ TargetMachine *allocatePowerPCTargetMachine(const Module &M,
|
||||
PowerPCTargetMachine::PowerPCTargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL)
|
||||
: TargetMachine("PowerPC", IL, true, 4, 4, 4, 4, 4),
|
||||
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, 4) {
|
||||
FrameInfo(TargetFrameInfo::StackGrowsDown, 8, 4), JITInfo(*this) {
|
||||
}
|
||||
|
||||
// addPassesToEmitAssembly - We currently use all of the same passes as the JIT
|
||||
|
Loading…
Reference in New Issue
Block a user