diff options
author | Robin Morisset <morisset@google.com> | 2014-08-15 22:17:28 +0000 |
---|---|---|
committer | Robin Morisset <morisset@google.com> | 2014-08-15 22:17:28 +0000 |
commit | d18cda620c2fd8f0f2c38271388de17608eeda28 (patch) | |
tree | 38249ee1905a8c36ae103b1627564207d4f134da /llvm/lib/CodeGen | |
parent | 55048cf1410619bb394ba0b17c9e4c84b8d1699b (diff) | |
download | bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.tar.gz bcm5719-llvm-d18cda620c2fd8f0f2c38271388de17608eeda28.zip |
Fix typos in comments
llvm-svn: 215777
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp | 2 |
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( |