summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2013-11-22 13:22:52 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2013-11-22 13:22:52 +0000
commitd40aea876883c602539159baee8753e977179b23 (patch)
tree92f896d077a05bb8902db7ee13358dac48e87699 /llvm/lib/Target
parent630dbe0a14d54659ccb02e6f7fdf0cd8eb36a880 (diff)
downloadbcm5719-llvm-d40aea876883c602539159baee8753e977179b23.tar.gz
bcm5719-llvm-d40aea876883c602539159baee8753e977179b23.zip
Fix typo in a comment added in r195455.
Credit to Matheus Almeida for spotting it. llvm-svn: 195456
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsSEISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
index 0c9cecb7335..809adc03b15 100644
--- a/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsSEISelLowering.cpp
@@ -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;
OpenPOWER on IntegriCloud