Remove the LocAllocSP slot for non-x86 platforms
authorBruce Forstall <Bruce_Forstall@msn.com>
Tue, 23 Oct 2018 04:39:16 +0000 (21:39 -0700)
committerBruce Forstall <Bruce_Forstall@msn.com>
Tue, 23 Oct 2018 04:39:16 +0000 (21:39 -0700)
commit567dda08e1b93631e202b28e2a7614dc4304c324
tree190a5a0a5c800999079f34f1662c5700ae7e93b9
parent39affcdad53a5e6f7da67f4cfbb3a8705590f41a
Remove the LocAllocSP slot for non-x86 platforms

This special local variable is only needed on x86 when a function
contains localloc.

Commit migrated from https://github.com/dotnet/coreclr/commit/c8a63947382b0db428db602238199ca81badbe8e
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/lclvars.cpp