JIT support has been added awhile ago.
[oota-llvm.git] / lib / Target / TargetSubtargetInfo.cpp
index 386a813b057f7c8ca6b52e6bdbc48c50365f257c..23c038fff661cac3a0affc256e93b9b82dcc941b 100644 (file)
@@ -39,7 +39,7 @@ bool TargetSubtargetInfo::useMachineScheduler() const {
   return enableMachineScheduler();
 }
 
-bool TargetSubtargetInfo::enableAtomicExpandLoadLinked() const {
+bool TargetSubtargetInfo::enableAtomicExpand() const {
   return true;
 }