From: Daniel Sanders Date: Thu, 4 Sep 2014 15:07:43 +0000 (+0000) Subject: Fix double full-stop that was accidentally added in r217160. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65b1c5979dfa585f781aff84ee971d3c41af16f;p=clang Fix double full-stop that was accidentally added in r217160. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217161 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index 4dbbc55915..0da0e0843b 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -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 =