Fix typo in a comment added in r195455.

Credit to Matheus Almeida for spotting it.

llvm-svn: 195456
This commit is contained in:
Daniel Sanders 2013-11-22 13:22:52 +00:00
parent 630dbe0a14
commit d40aea8768
1 changed files with 1 additions and 1 deletions

View File

@ -2211,7 +2211,7 @@ SDValue MipsSETargetLowering::lowerBUILD_VECTOR(SDValue Op,
// 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;