find src/jit -type f -exec sed -i -e 's/gtVal\./AsVal()\./g' {} \; (dotnet/coreclr...
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Mon, 21 Oct 2019 00:05:32 +0000 (20:05 -0400)
committerSergey Andreenko <seandree@microsoft.com>
Mon, 21 Oct 2019 00:05:32 +0000 (17:05 -0700)
commitf3465bb1497212b0e35c2bdf404f75fab96edfbd
tree5928a51be0252e7dcb20351e42ec8eedfaf0d000
parent835587917ff7119fe38bcc3808c1f08bff0fa6f6
find src/jit -type f -exec sed -i -e 's/gtVal\./AsVal()\./g' {} \; (dotnet/coreclr#27312)

Commit migrated from https://github.com/dotnet/coreclr/commit/03f2942c6bfc3aa651c3564e9b75584672cda3a5
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gentree.cpp