summaryrefslogtreecommitdiff
path: root/lib/Target/TargetSubtargetInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/TargetSubtargetInfo.cpp')
-rw-r--r--lib/Target/TargetSubtargetInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/TargetSubtargetInfo.cpp b/lib/Target/TargetSubtargetInfo.cpp
index 386a813b057f7..10597a84bca53 100644
--- a/lib/Target/TargetSubtargetInfo.cpp
+++ b/lib/Target/TargetSubtargetInfo.cpp
@@ -39,7 +39,7 @@ bool TargetSubtargetInfo::useMachineScheduler() const {
return enableMachineScheduler();
}
-bool TargetSubtargetInfo::enableAtomicExpandLoadLinked() const {
+bool TargetSubtargetInfo::enableAtomicExpand() const {
return true;
}
@@ -53,7 +53,7 @@ bool TargetSubtargetInfo::enableRALocalReassignment(
}
bool TargetSubtargetInfo::enablePostMachineScheduler() const {
- return getSchedModel()->PostRAScheduler;
+ return getSchedModel().PostRAScheduler;
}
bool TargetSubtargetInfo::useAA() const {