Properly handle indirect win64 args when they're passed in memory
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Aug 2009 18:19:10 +0000 (18:19 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Aug 2009 18:19:10 +0000 (18:19 +0000)
commit2247276c6f97abf8ebb6ea0a566e6fed5a4c4fe2
treeef9144a664a7dfe2f1b90c8ca3e002c50688554e
parent267a0ff04519e04b5f74b233201c21258a3609f8
Properly handle indirect win64 args when they're passed in memory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79009 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll [new file with mode: 0644]