Add the JITInfo object, accessor & initializer.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Jan 2004 06:39:30 +0000 (06:39 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Jan 2004 06:39:30 +0000 (06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10972 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PowerPCTargetMachine.cpp

index 3cf8c374e44e424ed0683c054e5e2ea111a5c8d4..27fceba73907039fd55dc1b00a898a6fe9f047b4 100644 (file)
@@ -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