Don't produce tail calls when the caller is x86_thiscallcc.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 22 Nov 2013 15:18:28 +0000 (15:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 22 Nov 2013 15:18:28 +0000 (15:18 +0000)
commit9519b689c843b01a86610b6e633ee0fe155602ba
tree82dd671c0460921e242b5347ec0e6f1aa6ba2503
parentd29ed42abd4b109030444d90d01e71d91e5377de
Don't produce tail calls when the caller is x86_thiscallcc.

The callee will not pop the stack for us.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195467 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/stdcall-notailcall.ll