The frame address on an x86-64 box needs to be offset by -8, not -4.
authorBill Wendling <isanbard@gmail.com>
Fri, 11 Jul 2008 07:18:52 +0000 (07:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 11 Jul 2008 07:18:52 +0000 (07:18 +0000)
commit71ca353ae686ce9249eb333a48f12c1e4d47a319
tree6a021684acf671671866acb72a8fcb2fe705ff7f
parentd01bee71705d11078b7db19a8e56503b974c8899
The frame address on an x86-64 box needs to be offset by -8, not -4.

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