Replace gtIntConCommon. with AsIntConCommon()-> (dotnet/coreclr#27160)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Mon, 14 Oct 2019 23:02:01 +0000 (16:02 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Mon, 14 Oct 2019 23:02:01 +0000 (16:02 -0700)
commita20a0b4c5015b53092aa17ed3891d35a6e509a69
tree65930087c61bc5239a418b1f89a9aeaeb9d5f7c2
parent61a73ac15927cf69a7f5d389817acb9c7ca3fe8c
Replace gtIntConCommon. with AsIntConCommon()-> (dotnet/coreclr#27160)

* find src/jit -type f -exec sed -i -e 's/gtIntConCommon\./AsIntConCommon()\./g' {} \;

IntConCommon

* Format patch

Commit migrated from https://github.com/dotnet/coreclr/commit/d015ba37663d22e70b912f0fd4afba58c021041f
src/coreclr/src/jit/assertionprop.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/earlyprop.cpp
src/coreclr/src/jit/emitxarch.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/lowerxarch.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/optimizer.cpp
src/coreclr/src/jit/valuenum.cpp