Convert GenTree* to GenTreeCall* as much as possible (dotnet/coreclr#10132)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 14 Mar 2017 00:42:08 +0000 (17:42 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2017 00:42:08 +0000 (17:42 -0700)
commit4fd426f7a9efb2a692fadce0986821d309fa80bf
tree5af80093370d3ceb436d59c2e9913b80d17f6430
parent54bdd55a038a1b607530cbbdc12726cd87515e3f
Convert GenTree* to GenTreeCall* as much as possible (dotnet/coreclr#10132)

This simplifies reading the code, and improves the debugging experience.

Commit migrated from https://github.com/dotnet/coreclr/commit/f505c9347fdff8f8156d0340aed50f7a78fc4b60
23 files changed:
src/coreclr/src/jit/assertionprop.cpp
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegenclassic.h
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegeninterface.h
src/coreclr/src/jit/codegenlegacy.cpp
src/coreclr/src/jit/codegenlinear.h
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/instr.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/optimizer.cpp
src/coreclr/src/jit/regalloc.cpp
src/coreclr/src/jit/registerfp.cpp
src/coreclr/src/jit/regset.cpp
src/coreclr/src/jit/regset.h
src/coreclr/src/jit/stackfp.cpp