[llvm] r215970 - test commit (spelling correction)

Mayur Pandey mayur.p at samsung.com
Mon Aug 18 23:41:55 PDT 2014


Author: mayurp
Date: Tue Aug 19 01:41:55 2014
New Revision: 215970

URL: http://llvm.org/viewvc/llvm-project?rev=215970&view=rev
Log:
test commit (spelling correction)

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp?rev=215970&r1=215969&r2=215970&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp Tue Aug 19 01:41:55 2014
@@ -614,7 +614,7 @@ static unsigned foldLogOpOfMaskedICmpsHe
   } else if (R1->getType()->isIntegerTy()) {
     if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) {
       // As before, model no mask as a trivial mask if it'll let us do an
-      // optimisation.
+      // optimization.
       R11 = R1;
       R12 = Constant::getAllOnesValue(R1->getType());
     }





More information about the llvm-commits mailing list