X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAtomicExpandLoadLinkedPass.cpp;h=5c40069fd666d62b6e3fec63dbe286b1bc643e85;hb=0c5071f56198367ea2b29f8e34ddb9ecd1773985;hp=0c37c45b3af7c5f3f1044c745e3df29753ce44db;hpb=9f85dccfc64b5f0b0c63ddfa0a42d8615aa1fcb3;p=oota-llvm.git diff --git a/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp b/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp index 0c37c45b3af..5c40069fd66 100644 --- a/lib/CodeGen/AtomicExpandLoadLinkedPass.cpp +++ b/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(