find src/jit -type f -exec sed -i -e 's/gtLngCon\./AsLngCon()\./g' {} \; (dotnet...
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Thu, 17 Oct 2019 01:33:39 +0000 (18:33 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Thu, 17 Oct 2019 01:33:39 +0000 (18:33 -0700)
commitc93a8872baaf0820388ceb25306db086ede8539e
tree2760e6c4562a84c74de9bd03f9fd33dc26377232
parentc30190533c81859b057c23e021c7ad3c81eba810
find src/jit -type f -exec sed -i -e 's/gtLngCon\./AsLngCon()\./g' {} \; (dotnet/coreclr#27219)

Commit migrated from https://github.com/dotnet/coreclr/commit/1776e777741ec31fca550207426f6cfdc33512b9
src/coreclr/src/jit/assertionprop.cpp
src/coreclr/src/jit/compiler.hpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/instr.cpp