OSDN Git Service

Several tail call tests apparently rely upon this being "adjusts stack" instead
authorBill Wendling <isanbard@gmail.com>
Fri, 14 May 2010 21:58:35 +0000 (21:58 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 14 May 2010 21:58:35 +0000 (21:58 +0000)
commitf84d60b6495d059be725b432c0adf2fdf780dad6
treefddae9fed271350855075d057fa62e65f7e60353
parente97dda4fc58ee401ebb4aa9153d10f8ce8ba9a70
Several tail call tests apparently rely upon this being "adjusts stack" instead
of "has calls". That's probably wrong, but it needs further
investigation. Revert to the original behavior until this is settled.

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