Fix double full-stop that was accidentally added in r217160.

llvm-svn: 217161
This commit is contained in:
Daniel Sanders 2014-09-04 15:07:43 +00:00
parent e5018b6c00
commit 00a56ffb8d
1 changed files with 1 additions and 1 deletions

View File

@ -5562,7 +5562,7 @@ ABIArgInfo MipsABIInfo::classifyReturnType(QualType RetTy) const {
return ABIArgInfo::getDirect();
// O32 returns integer vectors in registers and N32/N64 returns all small
// aggregates in registers..
// aggregates in registers.
if (!IsO32 ||
(RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) {
ABIArgInfo ArgInfo =