OSDN Git Service

Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 13 Feb 2013 21:59:15 +0000 (21:59 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 13 Feb 2013 21:59:15 +0000 (21:59 +0000)
commit48aaf5fd02bbdcde0935929f0c5bf08b1f8f20b8
treeff81f88bfd321fe023e99d4a82ab41f52e4ab7fe
parent8b75e6bc35fb3f9c1e788dbd05084c0f4a60a0f3
Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Fixes PR15250!

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