x86: Rename NumBytesForCalleeToPush to ...Pop for accuracy
authorReid Kleckner <reid@kleckner.net>
Fri, 31 Jan 2014 19:07:18 +0000 (19:07 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 31 Jan 2014 19:07:18 +0000 (19:07 +0000)
commit4fa3492f97fcf9d35e085840b62fe2e5b0ca7214
tree40424cc5eebce489808192c8b75675a3e22bc56f
parentfa2c38470c5cfb3170c30f9d2815a26f08aec26f
x86: Rename NumBytesForCalleeToPush to ...Pop for accuracy

If we have a callee cleanup convention, the callee is going to pop the
arguments off the stack, not push them on.

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