Spmi source code cleaning (dotnet/coreclr#12378)
authorSergey Andreenko <seandree@microsoft.com>
Wed, 21 Jun 2017 07:27:08 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2017 07:27:08 +0000 (00:27 -0700)
commit7d155ef6fa4e8b0f85a2a5601d73e41a01f07998
tree38dfade92b2673f00879453c1922000d316fb523
parentd39629c5e9714f1d555b4c7520060750aa207098
Spmi source code cleaning (dotnet/coreclr#12378)

* fix pointer names in CORINFO_RESOLVED_TOKENin

* Remove exceptionCode from Agnostic_CORINFO_RESOLVED_TOKENout

The target if to do Agnostic_CORINFO_RESOLVED_TOKEN =
Agnostic_CORINFO_RESOLVED_TOKENin + Agnostic_CORINFO_RESOLVED_TOKENout

* Agnostic_CORINFO_RESOLVED_TOKEN = Agnostic_CORINFO_RESOLVED_TOKENin + Agnostic_CORINFO_RESOLVED_TOKENout

* spmi cleaning for ResolvedToken.

It is only the first part of changes. I am trying to delete as many code
as I can, because for now it is bad pain to make changes in this files.

Commit migrated from https://github.com/dotnet/coreclr/commit/9121670c7a3f927c4a7a4b9711fdc904eeef281c
src/coreclr/src/ToolBox/superpmi/superpmi-shared/lwmlist.h
src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp
src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontext.h
src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmirecordhelper.h [new file with mode: 0644]