]> granicus.if.org Git - llvm/commitdiff
Typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Mon, 9 May 2016 21:37:43 +0000 (21:37 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Mon, 9 May 2016 21:37:43 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268975 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

index b2e69b5a178f7f2f7d58e178268e244ce4425b4e..7babf6ae7d913ca791f67cc70350b35e19685224 100644 (file)
@@ -664,7 +664,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A,
   if (!ICmpInst::isEquality(RHSCC))
     return 0;
 
-  // Look for ANDs in on the right side of the RHS icmp.
+  // Look for ANDs on the right side of the RHS icmp.
   if (!ok && R2->getType()->isIntegerTy()) {
     if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) {
       R11 = R2;