]> granicus.if.org Git - clang/commit
Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returning
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 9 Feb 2012 18:49:26 +0000 (18:49 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 9 Feb 2012 18:49:26 +0000 (18:49 +0000)
commitda54ff306270e179f64d046369419724356d30d7
treec3c4b16709934c7398ae67b15494283ec416c1d1
parenta0c2b21e0d84ad289781e08e14148da6b8b8b76d
Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returning
class objects follow the same rules as those returning struct objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/mips64-class-return.cpp [new file with mode: 0644]