Calls don't really change the stack pointer.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Feb 2012 23:47:43 +0000 (23:47 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Feb 2012 23:47:43 +0000 (23:47 +0000)
commita1aa8db51715bdd21770fbe4f7d7abf2c5d28829
tree66808a47bb42d9d0c9beb5cb948e4200506c7977
parent4586d257abf13b57d115d6bac9fb38ddc811acaf
Calls don't really change the stack pointer.

Even if a call instruction has %SP<imp-def> operands, it doesn't change
the value of the stack pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151104 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp