forked from OSchip/llvm-project
Fix double full-stop that was accidentally added in r217160.
llvm-svn: 217161
This commit is contained in:
parent
e5018b6c00
commit
00a56ffb8d
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue