Rename rsMaskVars (dotnet/coreclr#27012)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Fri, 4 Oct 2019 20:10:50 +0000 (16:10 -0400)
committerSergey Andreenko <seandree@microsoft.com>
Fri, 4 Oct 2019 20:10:50 +0000 (13:10 -0700)
commite6c64c6178cc259bd461df0fd027f95f3139b54b
tree1adfe29b5c5852356a033527100d1ab1b6da2c61
parent163bb092e58b5eadcee3ccb228ce8803a7ba1129
Rename rsMaskVars (dotnet/coreclr#27012)

* find src/jit -type f -exec sed -i -e 's/rsMaskVars->/GetMaskVars()->/g' {} \;

* Remove dangling comment

* Format patch

* Move to next line

* Update regset.h

* delete the comment after `public:`.

We have found them useless in the past and here it corrupts the formatting.

Commit migrated from https://github.com/dotnet/coreclr/commit/9d92b3b23309ebb5f65707e206a004d2115a6f91
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenlinear.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/gcinfo.cpp
src/coreclr/src/jit/regset.h