summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-13 23:04:46 +0000
committerEric Christopher <echristo@gmail.com>2014-06-13 23:04:46 +0000
commita0cdc005dde2ffdb81d10866a13e88449b091168 (patch)
treef94cdb8ea98d60cb17f71564836dd29c3c0adc4e /llvm/lib/Target/ARM/ARMSubtarget.cpp
parentbd810fd1528187542566bbee4e1807a9dede9bd7 (diff)
downloadbcm5719-llvm-a0cdc005dde2ffdb81d10866a13e88449b091168.tar.gz
bcm5719-llvm-a0cdc005dde2ffdb81d10866a13e88449b091168.zip
Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
This required untangling a mess of headers that included around. llvm-svn: 210953
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index fc842512ef0..875f1e83f87 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -148,7 +148,7 @@ ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU,
ARMProcClass(None), stackAlignment(4), CPUString(CPU), IsLittle(IsLittle),
TargetTriple(TT), Options(Options), TargetABI(ARM_ABI_UNKNOWN),
DL(computeDataLayout(initializeSubtargetDependencies(CPU, FS))),
- TSInfo(DL) {}
+ TSInfo(DL), JITInfo() {}
void ARMSubtarget::initializeEnvironment() {
HasV4TOps = false;
OpenPOWER on IntegriCloud