Credit to Matheus Almeida for spotting it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195456
91177308-0d34-0410-b5e6-
96231b3b80d8
// If the value fits into a simm10 then we can use ldi.[bhwd]
// However, if it isn't an integer type we will have to bitcast from an
- // integer type first. Also, it there are any undefs, we must lower them
+ // integer type first. Also, if there are any undefs, we must lower them
// to defined values first.
if (ResTy.isInteger() && !HasAnyUndefs && SplatValue.isSignedIntN(10))
return Op;