git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337132
91177308-0d34-0410-b5e6-
96231b3b80d8
EVT VT = N->getValueType(0);
EVT XVT = X.getValueType();
// setge X, C is canonicalized to setgt, so we do not need to match that
- // pattern. The setlt sibling is folded in SimplifySelectCC() becaus it does
+ // pattern. The setlt sibling is folded in SimplifySelectCC() because it does
// not require the 'not' op.
if (CC == ISD::SETGT && isAllOnesConstant(Ones) && VT == XVT) {
// Invert and smear/shift the sign bit: