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)
commitbeba9726599f7a1891fc3c05cd1a5821de839626
treeffd9581f92d789d2adf3f695cd547fc1b02d0fe0
parentd7739824a60bdcf6309fa3dde35e6a7bc039c1d9
Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Fixes PR15250!

llvm-svn: 175092
llvm/lib/Target/X86/X86ISelLowering.cpp