]> granicus.if.org Git - clang/commit
x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 04:48:22 +0000 (04:48 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 04:48:22 +0000 (04:48 +0000)
commite28099bf301ad8b0b77cb11f94caad3c38d97dda
tree34eebdc6954e927552e3891e226018374ed5dd32
parent0f1730d220cb76a90159a42acd050c4d44dc18d8
x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care
about these much but <2 x i16> shows up in the gcc test suite.

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