From: Mayur Pandey Date: Tue, 19 Aug 2014 06:41:55 +0000 (+0000) Subject: test commit (spelling correction) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be63d589633bbfa068b923c60eaaeee1b27647c5;p=oota-llvm.git test commit (spelling correction) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215970 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp index 063d4a799e4..1dc8274924c 100644 --- a/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp +++ b/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp @@ -614,7 +614,7 @@ static unsigned foldLogOpOfMaskedICmpsHelper(Value*& A, } 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()); }