]> granicus.if.org Git - clang/commit
x86_64: Classify __m64 and __m128 "correctly".
authorDaniel Dunbar <daniel@zuster.org>
Tue, 27 Jan 2009 02:01:34 +0000 (02:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 27 Jan 2009 02:01:34 +0000 (02:01 +0000)
commit7a6605d8be0fc30f1846657ee8133387b1b85296
tree770ed4321c13b1fd1fe08cf791001bd0475be44a
parente957f537451794225a541ed3fd75bc3c7bb21a6f
x86_64: Classify __m64 and __m128 "correctly".
 - gcc appears to be classifying <1 x double> as INTEGER which is
   odd. Will investigate later.

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