[llvm-commits] [llvm] r151104 - /llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp

Eli Friedman eli.friedman at gmail.com
Tue Feb 21 16:01:56 PST 2012


On Tue, Feb 21, 2012 at 3:47 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> Author: stoklund
> Date: Tue Feb 21 17:47:43 2012
> New Revision: 151104
>
> URL: http://llvm.org/viewvc/llvm-project?rev=151104&view=rev
> Log:
> Calls don't really change the stack pointer.

Doesn't that depend on the calling convention?  Granted, I think it
holds for all the calling conventions I know of on ARM, but it
certainly isn't true in general.

-Eli



More information about the llvm-commits mailing list