Small patch to restore home register stack space allocation for the Win64 case. ...
authorCameron Esfahani <dirty@apple.com>
Fri, 8 Oct 2010 10:31:30 +0000 (10:31 +0000)
committerCameron Esfahani <dirty@apple.com>
Fri, 8 Oct 2010 10:31:30 +0000 (10:31 +0000)
commitd7b8d91d4a2a284bbe9ef6f32b3c25daa7ea0513
tree04ef0b22e2d00a7293d9a5eca580c5aa03a07728
parent7d24705f6538688937f571961d41c7bb2985c7e3
Small patch to restore home register stack space allocation for the Win64 case.  Add test case.  This code eventually needs to be tighter, since it's always allocating it, even in leaf routines.

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