Enable tail call optimization in the presence of a byval (x86-32 and x86-64).
authorChad Rosier <mcrosier@apple.com>
Sat, 25 Jun 2011 02:04:56 +0000 (02:04 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 25 Jun 2011 02:04:56 +0000 (02:04 +0000)
commitdf78fcd2d6ba4fd499ead3bdea2fde83dbcecab9
tree67483067f44cb04f5f1985031962a36874eef741
parent75c2b2028bd898cb8448fcf0fa76c3d47843a164
Enable tail call optimization in the presence of a byval (x86-32 and x86-64).
<rdar://problem/9483883>

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