Adding comments (dotnet/coreclr#23327)
authorBrian Bohe <brianbohe@gmail.com>
Wed, 18 Sep 2019 17:13:38 +0000 (14:13 -0300)
committerSergey Andreenko <seandree@microsoft.com>
Wed, 18 Sep 2019 17:13:38 +0000 (10:13 -0700)
commit507281a200394437975c4b12db20f8ddcb15a70a
tree4bf716345371d8260b241d8944fc1516becd0223
parent93986957c9f37a506fafa38f8aec7790284a4c97
Adding comments (dotnet/coreclr#23327)

* Adding comments to psiScope functions declarations

* Adding comments on declaration/definition Compiler::compUpdateLife

* Editing CodeGen::genProduceReg header comments

* Editting var Compiler::lvaCount comment

* Adding comments to Compiler::compChangeLife function

* Adding comments when changing variable liveness

* Adding comments in genSetScopeInfo()

Commit migrated from https://github.com/dotnet/coreclr/commit/728740987f4afcb8f55fe89a309471f01c62ef06
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenlinear.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/copyprop.cpp
src/coreclr/src/jit/emitxarch.cpp