test commit (spelling correction)
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineAndOrXor.cpp
index 063d4a799e4564890a6c2ec28de9b949efbbec1f..1dc8274924cdef464183d9b8700b17afcd7d7f8e 100644 (file)
@@ -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());
     }