Properly handle passing of FP stuff to varargs function on Win64:
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 27 Aug 2010 14:43:06 +0000 (14:43 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 27 Aug 2010 14:43:06 +0000 (14:43 +0000)
commitc52bedba5489aedad7013067ae1fd5b49b5fe525
tree0063bf0ddedc83415c4c52436c052d1d05dda763
parent93ded7371f5f821c342bdf83b40f4ef607467a3f
Properly handle passing of FP stuff to varargs function on Win64:
value should be copied to the corresponding shadow reg as well.
Patch by Cameron Esfahani!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrInfo.cpp