Make VAARG work with x86 long double (which is
authorDuncan Sands <baldrick@free.fr>
Mon, 3 Nov 2008 11:51:11 +0000 (11:51 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 3 Nov 2008 11:51:11 +0000 (11:51 +0000)
commit5c58a3168f006aaacf2e9c6a69dde86b630d783e
tree6ae2cf42754e5adec3cacf07cfe0c97e87f5c47f
parent06140888b1fed24910031f23c302c6a3221f3c42
Make VAARG work with x86 long double (which is
10 bytes long, but is passed in 12/16 bytes).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58608 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/X86/2008-11-03-F80VAARG.ll [new file with mode: 0644]