diff options
| author | Robin Morisset <morisset@google.com> | 2014-08-21 21:50:01 +0000 |
|---|---|---|
| committer | Robin Morisset <morisset@google.com> | 2014-08-21 21:50:01 +0000 |
| commit | 59c23cd946e6df7bef50e02fa28797469fecd805 (patch) | |
| tree | 90c7d21dd14fd8eb2177c13bec57178f1cebfb33 /llvm/lib/Target/TargetSubtargetInfo.cpp | |
| parent | a21fee0ee403731a198926ce63e7b6958419f53a (diff) | |
| download | bcm5719-llvm-59c23cd946e6df7bef50e02fa28797469fecd805.tar.gz bcm5719-llvm-59c23cd946e6df7bef50e02fa28797469fecd805.zip | |
Rename AtomicExpandLoadLinked into AtomicExpand
AtomicExpandLoadLinked is currently rather ARM-specific. This patch is the first of
a group that aim at making it more target-independent. See
http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-August/075873.html
for details
The command line option is "atomic-expand"
llvm-svn: 216231
Diffstat (limited to 'llvm/lib/Target/TargetSubtargetInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/TargetSubtargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetSubtargetInfo.cpp b/llvm/lib/Target/TargetSubtargetInfo.cpp index 386a813b057..23c038fff66 100644 --- a/llvm/lib/Target/TargetSubtargetInfo.cpp +++ b/llvm/lib/Target/TargetSubtargetInfo.cpp @@ -39,7 +39,7 @@ bool TargetSubtargetInfo::useMachineScheduler() const { return enableMachineScheduler(); } -bool TargetSubtargetInfo::enableAtomicExpandLoadLinked() const { +bool TargetSubtargetInfo::enableAtomicExpand() const { return true; } |

