]> granicus.if.org Git - clang/commit
x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc).
authorDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 04:16:10 +0000 (04:16 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 22 Feb 2009 04:16:10 +0000 (04:16 +0000)
commit0af9929e1ba8e5b9ae0a8999439736d249599bbe
treec3ffd396b5b72e5c3ec3e93aee5e68d925aff786
parent4bdf08770e75a068de2430e21a43b381aeb13b95
x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc).

Also, make sure to pass <1 x i64> as i64 (not <1 x i64>, which doesn't
quite work yet in the backend).

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