Delete GenTreePtr. (#16027)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 1 Feb 2018 01:52:39 +0000 (17:52 -0800)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2018 01:52:39 +0000 (17:52 -0800)
commit8dde886767682feac4b5414366dfae7be3c08412
treec9ffc898bcd1a1f863833d9ce92755739cfed251
parent45c2c01cb146d2173f0a2f204859e549ad536a34
Delete GenTreePtr. (#16027)

* jit sources: Each local pointer variable must be declared on its own line.

Implement https://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-jit-coding-conventions.md#101-pointer-declarations
Each local pointer variable must be declared on its own line.

* add constGenTreePtr

* delete GenTreePtr

* delete constGenTreePtr

* fix arm
65 files changed:
src/jit/assertionprop.cpp
src/jit/block.cpp
src/jit/codegen.h
src/jit/codegenarm.cpp
src/jit/codegenarm64.cpp
src/jit/codegenarmarch.cpp
src/jit/codegenclassic.h
src/jit/codegencommon.cpp
src/jit/codegeninterface.h
src/jit/codegenlegacy.cpp
src/jit/codegenlinear.cpp
src/jit/codegenlinear.h
src/jit/codegenxarch.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/compiler.hpp
src/jit/copyprop.cpp
src/jit/decomposelongs.cpp
src/jit/earlyprop.cpp
src/jit/ee_il_dll.cpp
src/jit/emitxarch.cpp
src/jit/emitxarch.h
src/jit/flowgraph.cpp
src/jit/gcinfo.cpp
src/jit/gentree.cpp
src/jit/gentree.h
src/jit/gschecks.cpp
src/jit/importer.cpp
src/jit/inline.h
src/jit/instr.cpp
src/jit/jitgcinfo.h
src/jit/lclvars.cpp
src/jit/lir.cpp
src/jit/liveness.cpp
src/jit/loopcloning.cpp
src/jit/loopcloning.h
src/jit/lower.cpp
src/jit/lower.h
src/jit/lowerarmarch.cpp
src/jit/lowerxarch.cpp
src/jit/lsra.cpp
src/jit/lsra.h
src/jit/lsraarm.cpp
src/jit/lsraarm64.cpp
src/jit/lsraarmarch.cpp
src/jit/lsraxarch.cpp
src/jit/morph.cpp
src/jit/objectalloc.cpp
src/jit/objectalloc.h
src/jit/optcse.cpp
src/jit/optimizer.cpp
src/jit/rangecheck.cpp
src/jit/rangecheck.h
src/jit/regalloc.cpp
src/jit/registerfp.cpp
src/jit/regset.cpp
src/jit/regset.h
src/jit/sharedfloat.cpp
src/jit/simd.cpp
src/jit/simdcodegenxarch.cpp
src/jit/ssabuilder.cpp
src/jit/ssabuilder.h
src/jit/stackfp.cpp
src/jit/valuenum.cpp
src/jit/valuenum.h