summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorRobin Morisset <morisset@google.com>2014-08-21 21:50:01 +0000
committerRobin Morisset <morisset@google.com>2014-08-21 21:50:01 +0000
commit59c23cd946e6df7bef50e02fa28797469fecd805 (patch)
tree90c7d21dd14fd8eb2177c13bec57178f1cebfb33 /llvm/lib/Target/ARM/ARMSubtarget.h
parenta21fee0ee403731a198926ce63e7b6958419f53a (diff)
downloadbcm5719-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/ARM/ARMSubtarget.h')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index 1263e8b7121..8b40f2f1932 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/lib/Target/ARM/ARMSubtarget.h
@@ -436,8 +436,8 @@ public:
/// True for some subtargets at > -O0.
bool enablePostMachineScheduler() const override;
- // enableAtomicExpandLoadLinked - True if we need to expand our atomics.
- bool enableAtomicExpandLoadLinked() const override;
+ // enableAtomicExpand- True if we need to expand our atomics.
+ bool enableAtomicExpand() const override;
/// getInstrItins - Return the instruction itineraries based on subtarget
/// selection.
OpenPOWER on IntegriCloud