mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
x86-32 long doubles are 4-byte aligned on the stack
for parameter passing (only for that, on Darwin). llvm-svn: 45038
This commit is contained in:
parent
42f27a28a4
commit
1e083ec1f6
@ -183,7 +183,7 @@ def CC_X86_32_Common : CallingConv<[
|
||||
|
||||
// Long doubles get slots whose size and alignment depends on the
|
||||
// subtarget.
|
||||
CCIfType<[f80], CCAssignToStack<0, 0>>,
|
||||
CCIfType<[f80], CCAssignToStack<16, 4>>,
|
||||
|
||||
// The first 4 vector arguments are passed in XMM registers.
|
||||
CCIfType<[v16i8, v8i16, v4i32, v2i64, v4f32, v2f64],
|
||||
|
Loading…
Reference in New Issue
Block a user