In some cases, StackPtrOffsetReg will not have been initialized. (In the case
where MFI.hasCalls() evaluates to false).
In this situation we can use the register, but don't need to add/subtract the
offset (it's not used in the rest of the entry function).
Change-Id: If317b29ff1e5c75a3ed3662920e6e960bca3b782
hasCalls seems like the wrong check here. Should there be a stackPointerIsTracked() or something to go along with hasFP?