]> granicus.if.org Git - clang/commit
Coerce byval aggregate arguments to integers whose size matches the integer
authorAkira Hatanaka <ahatanaka@mips.com>
Fri, 11 May 2012 21:56:58 +0000 (21:56 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Fri, 11 May 2012 21:56:58 +0000 (21:56 +0000)
commit91338cf4129cfdb85af7e9ef396ab09621da10ec
treeacd7e5f25e2840ef1415bc8a9ce0ba06295ed4e5
parentdf8755884e039d3f313ee0fea42b955257b5e240
Coerce byval aggregate arguments to integers whose size matches the integer
register size of the target architecture.

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