Fix long double support on x86-32 linux.

llvm-svn: 45701
This commit is contained in:
Duncan Sands 2008-01-07 13:44:22 +00:00
parent 24db8d383d
commit 28bf7ac219
1 changed files with 1 additions and 1 deletions

View File

@ -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<16, 4>>,
CCIfType<[f80], CCAssignToStack<0, 0>>,
// The first 4 vector arguments are passed in XMM registers.
CCIfType<[v16i8, v8i16, v4i32, v2i64, v4f32, v2f64],