]> granicus.if.org Git - clang/commit
x86_64 ABI: Ignore padding bit-fields during classification.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 8 May 2009 22:26:44 +0000 (22:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 8 May 2009 22:26:44 +0000 (22:26 +0000)
commit8236bf1800641d1c296579e25218f68f74c5caac
treef6fcb4a5caaf01ecb467e7862c87948c48d63b58
parent2e0011650fe149bf55916c6f25558bf9bfebf537
x86_64 ABI: Ignore padding bit-fields during classification.
 - {return-types,single-args}-{32,64} pass the first 1k ABI tests with
   bit-fields enabled.

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