]> granicus.if.org Git - clang/commit
Class objects passed by value follow the same rules as structure objects.
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 9 Feb 2012 19:54:16 +0000 (19:54 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 9 Feb 2012 19:54:16 +0000 (19:54 +0000)
commita34e92116581531f7325527d952a9ffcc819d905
tree9b9beb1c8a87c045d7ec5261a02f475115603c0c
parentf94d392847fb183b3012dbcb2e372b586c80b9fb
Class objects passed by value follow the same rules as structure objects.
Double fields of by-value class objects should be passed in floating point
registers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150200 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/mips64-class-return.cpp