Replace regNum with GetRegNum() (dotnet/coreclr#27120)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Fri, 11 Oct 2019 18:05:10 +0000 (11:05 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Fri, 11 Oct 2019 18:05:10 +0000 (11:05 -0700)
commitae11971dc419f742fcbe03f25e04c28ee1e79564
tree3374839bf0e89beae0b058392e60a7c583b59159
parentee54a50e6065f143e6ba08accdd4ffe9f516a3d9
Replace regNum with GetRegNum() (dotnet/coreclr#27120)

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

Add forgotten regNum<-> getRegNum

* GetRegNum fix

* more forgotten

* more forgotten

Commit migrated from https://github.com/dotnet/coreclr/commit/3219e8b5633522c9ef39e39ee99974c71f5e928f
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/lsraarmarch.cpp
src/coreclr/src/jit/lsraxarch.cpp
src/coreclr/src/jit/morph.cpp