]> granicus.if.org Git - clang/commit
Add bare bones test that parameter passing is consistent for
authorDaniel Dunbar <daniel@zuster.org>
Thu, 5 Feb 2009 11:21:33 +0000 (11:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 5 Feb 2009 11:21:33 +0000 (11:21 +0000)
commitc216edbcc760e7b2dc7cb652f179f96b0bcde17c
tree77a2ad5679083d87588516889fa71fcff259fac6
parent2fbf2f547cf23c0dd89719c2b5c5d6c6f0fa469c
Add bare bones test that parameter passing is consistent for
scalar/complex/aggregate cases.
 - Currently disabled for x86_64, triggering a misoptimization
   (PR3489).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63864 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/parameter-passing.c [new file with mode: 0644]