1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Keep track of an Mac OS X / x86 ABI bug.

llvm-svn: 27496
This commit is contained in:
Evan Cheng 2006-04-07 21:19:53 +00:00
parent 36de346008
commit 0dd7987d36

View File

@ -760,3 +760,8 @@ _test:
movddup 8(%esp), %xmm0
movapd %xmm0, (%eax)
ret
//===---------------------------------------------------------------------===//
A Mac OS X IA-32 specific ABI bug wrt returning value > 8 bytes:
http://llvm.org/bugs/show_bug.cgi?id=729