Replace gtRuntimeLookup. with AsRuntimeLookup()-> (dotnet/coreclr#27320)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Mon, 21 Oct 2019 01:40:05 +0000 (21:40 -0400)
committerSergey Andreenko <seandree@microsoft.com>
Mon, 21 Oct 2019 01:40:05 +0000 (18:40 -0700)
commitbd4f03ea5f27489a3c0a37d2e951ca7bb65c89f1
tree18d349d711906b2574b534c15a653dbe2d1d005d
parent32a363e006ed7e5eca6edfe0f3ccd205282c96b7
Replace gtRuntimeLookup. with AsRuntimeLookup()-> (dotnet/coreclr#27320)

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

* Format patch

Commit migrated from https://github.com/dotnet/coreclr/commit/cd8bfb126af1939f88f0a033e555f2e43599660c
src/coreclr/src/jit/gentree.cpp