Move the PPCSelectionDAGInfo off the TargetMachine and onto the
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
index cee54bd9910b358c284a00592e6760cec197acc5..0759200ce3530ac5af2295f27b8362e6773d4b26 100644 (file)
@@ -81,7 +81,7 @@ PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
       OptLevel(OptLevel),
       FrameLowering(initializeSubtargetDependencies(CPU, FS)),
       DL(getDataLayoutString(*this)), InstrInfo(*this), JITInfo(*this),
-      TLInfo(TM) {}
+      TLInfo(TM), TSInfo(&DL) {}
 
 /// SetJITMode - This is called to inform the subtarget info that we are
 /// producing code for the JIT.