summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.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/CodeGen/AtomicExpandLoadLinkedPass.cpp
parent55048cf1410619bb394ba0b17c9e4c84b8d1699b (diff)
downloadbcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.tar.gz
bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.zip
Fix typos in comments
llvm-svn: 215777
Diffstat (limited to 'llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp')
-rw-r--r--llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp b/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
index 0c37c45b3af..5c40069fd66 100644
--- a/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
+++ b/llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
@@ -105,7 +105,7 @@ bool AtomicExpandLoadLinked::expandAtomicLoad(LoadInst *LI) {
? Monotonic
: LI->getOrdering();
- // The only 64-bit load guaranteed to be single-copy atomic by the ARM ARM is
+ // The only 64-bit load guaranteed to be single-copy atomic by the ARM is
// an ldrexd (A3.5.3).
IRBuilder<> Builder(LI);
Value *Val = TM->getSubtargetImpl()->getTargetLowering()->emitLoadLinked(
OpenPOWER on IntegriCloud