]> granicus.if.org Git - clang/commit
Allow ABI to use StructRet even for scalar values.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 18 Dec 2008 04:52:14 +0000 (04:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 18 Dec 2008 04:52:14 +0000 (04:52 +0000)
commit3aea8cac3ec9ad03b1d2b002f38a0d42a70483c8
tree47203d175ee251c813cd7272da4505a47f55ebec
parente878eb035b343d7d819c092102364ec9849716ae
Allow ABI to use StructRet even for scalar values.
 - Update comment to reflect fact that StructRet is now supported for
   any type (modulo LLVM support).

 - No functionality change, no scalar types currently use this
   feature.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp