ByVal frame object size should be that of the byval argument, not the size of the...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 2 Feb 2010 23:58:13 +0000 (23:58 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 2 Feb 2010 23:58:13 +0000 (23:58 +0000)
commit90567c35606d65369870d37bf41eb04ef817a90d
treefa95682da23133ee5aa45533c0bc58a0ccfe2da9
parentac7798e9062f9bc371709ed445e1b3153b581e9a
ByVal frame object size should be that of the byval argument, not the size of the type which is just a pointer. This is not known to break stuff but is wrong nevertheless.

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