summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorRobin Morisset <morisset@google.com>2014-08-15 22:17:28 +0000
committerRobin Morisset <morisset@google.com>2014-08-15 22:17:28 +0000
commitd18cda620c2fd8f0f2c38271388de17608eeda28 (patch)
tree38249ee1905a8c36ae103b1627564207d4f134da /llvm/lib/Target/ARM/ARMISelLowering.cpp
parent55048cf1410619bb394ba0b17c9e4c84b8d1699b (diff)
downloadbcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.tar.gz
bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.zip
Fix typos in comments
llvm-svn: 215777
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index fa38332ea49..0bb304a94a8 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -743,7 +743,7 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
// On v8, we have particularly efficient implementations of atomic fences
// if they can be combined with nearby atomic loads and stores.
if (!Subtarget->hasV8Ops()) {
- // Automatically insert fences (dmb ist) around ATOMIC_SWAP etc.
+ // Automatically insert fences (dmb ish) around ATOMIC_SWAP etc.
setInsertFencesForAtomic(true);
}
} else {
OpenPOWER on IntegriCloud