Small clean up of stackEntry (dotnet/coreclr#10820)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 14 Apr 2017 20:58:25 +0000 (13:58 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2017 20:58:25 +0000 (13:58 -0700)
commit670d2a0811848e9a07ee1c1722a0d19f5157641b
treeda2fda58882c27616863b34bf52631d8ebcc0d07
parent92ff485ea3a9512ac73c371d1bae1daa6e262f91
Small clean up of stackEntry (dotnet/coreclr#10820)

Make all stackDepth equal unsigned int.
Delete possible wrong function (the comment said : "// used in the inliner, where we can assume typesafe code. please don't use in the importer!!", but it was used).
Delete methods, that used arguments as output buffers.

* delete code without effects

Commit migrated from https://github.com/dotnet/coreclr/commit/3d7c80353acb86f3bc85b5950179f436b0a45ccc
src/coreclr/src/jit/block.h
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/importer.cpp