From: Craig Topper Date: Sun, 29 Oct 2017 06:51:02 +0000 (+0000) Subject: [X86] Fix typo in comment. NFC X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a60e291858ecfc27d4bc014bf68014ed1312959;p=platform%2Fupstream%2Fllvm.git [X86] Fix typo in comment. NFC llvm-svn: 316859 --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 900c99b..7fdfc32 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -31058,7 +31058,7 @@ static SDValue combineSetCCAtomicArith(SDValue Cmp, X86::CondCode &CC, APInt Comparison = CmpRHSC->getAPIntValue(); // If the addend is the negation of the comparison value, then we can do - // a full comparison by emitting the atomic arithmetic is a locked sub. + // a full comparison by emitting the atomic arithmetic as a locked sub. if (Comparison == -Addend) { // The CC is fine, but we need to rewrite the LHS of the comparison as an // atomic sub.