Do not emit callseq instructions around sibcalls. This eliminated some unnecessary...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 6 Feb 2010 03:28:46 +0000 (03:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 6 Feb 2010 03:28:46 +0000 (03:28 +0000)
commitf22f9b35d6e6444028ed288bfae526f53740b5c1
treec276c6e63fd5d9948bf7bef438ce697af69738bd
parenta65aa0f0bba1ef2322d63d05c074a92168684c63
Do not emit callseq instructions around sibcalls. This eliminated some unnecessary stack adjustments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95475 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86MachineFunctionInfo.h
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/tailcall2.ll