summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-12 23:02:32 +0000
committerEric Christopher <echristo@gmail.com>2014-06-12 23:02:32 +0000
commit02ae6902fa42b6914815b1b6371de12cef3677fa (patch)
tree3e746978cfd54fd1fbfa921aba971c6aae175003 /llvm/lib/Target/PowerPC/PPCSubtarget.cpp
parente47dcd411a7cce65db598b0b0ec0ae9d3be227df (diff)
downloadbcm5719-llvm-02ae6902fa42b6914815b1b6371de12cef3677fa.tar.gz
bcm5719-llvm-02ae6902fa42b6914815b1b6371de12cef3677fa.zip
Move the PPCSelectionDAGInfo off the TargetMachine and onto the
subtarget. llvm-svn: 210854
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCSubtarget.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
index cee54bd9910..0759200ce35 100644
--- a/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
+++ b/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -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.
OpenPOWER on IntegriCloud