Replace gtRetExpr. with AsRetExpr()-> (dotnet/coreclr#27162)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Tue, 15 Oct 2019 01:44:56 +0000 (18:44 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 15 Oct 2019 01:44:56 +0000 (18:44 -0700)
commitf43e4215da821912a0f9506bda99bde9807367d9
treeeb78203d01f9ea6b8f2ee7b77a7194a8020dbb27
parent58b5080376763475fc8c67249d1399bd2bb532a1
Replace gtRetExpr. with AsRetExpr()-> (dotnet/coreclr#27162)

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

* Format patch

Commit migrated from https://github.com/dotnet/coreclr/commit/d27ecf2a5e0034a7d8c80a8ec8cca07b652a9a23
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/gentree.h
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/indirectcalltransformer.cpp
src/coreclr/src/jit/valuenum.cpp