OSDN Git Service

Adjust the stack pointer after a function call, proportional to the number of
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 19:22:53 +0000 (19:22 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Dec 2002 19:22:53 +0000 (19:22 +0000)
commit0d2cf3a533572ee2f4a08f997499d18e41a37176
tree91f68dc5690eb2b432e47ff11ad300215b65392d
parenta17a2ac727dec57f08ff2c651fbdf3d780c5ef27
Adjust the stack pointer after a function call, proportional to the number of
arguments pushed onto the stack.

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