]> granicus.if.org Git - clang/commit
x86_64 ABI: Fix more thinkos, straddling computation for complex was
authorDaniel Dunbar <daniel@zuster.org>
Fri, 30 Jan 2009 22:40:15 +0000 (22:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 30 Jan 2009 22:40:15 +0000 (22:40 +0000)
commitcdf920ed6c610e21fc899ada93370a68c900d180
tree6f6e9a64f085c223c37412c4599872fbbaa0527c
parentb574e5630d66629ccc8f2432e60b59ae42f1f363
x86_64 ABI: Fix more thinkos, straddling computation for complex was
computing in bytes not bits. We are now down to 22/1000 failures on
the return types tests, and 18 of those are gcc bugs I believe.

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