]> granicus.if.org Git - clang/commit
ABI handling: Fix invalid assertion, it is possible for a valid
authorDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 18:54:26 +0000 (18:54 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 13 May 2009 18:54:26 +0000 (18:54 +0000)
commit7ef455be9beb7a755d815bfbdc38d55d1ce59b86
treef8f9659a1e46885813a2e677abe8a98c71b2dd2f
parentff66803b43f2ea9206637dceb793e9505f3b9c48
ABI handling: Fix invalid assertion, it is possible for a valid
coercion to be specified which truncates padding bits. It would be
nice to still have the assert, but we don't have any API call for the
unpadding size of a type yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71695 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/x86_32-arguments.c
test/CodeGen/x86_64-arguments.c