Replace lateArgInx with GetLateArgInx (dotnet/coreclr#26887)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Thu, 26 Sep 2019 00:31:19 +0000 (20:31 -0400)
committerSergey Andreenko <seandree@microsoft.com>
Thu, 26 Sep 2019 00:31:18 +0000 (17:31 -0700)
commit0366bc74bd3ffbacc0e7b9dc8709185678c2e3ff
tree897d006a1e24012fc3b3fefcd37090027d567103
parent551e7b5a99fc2014a02a9aec9b9f8d32bcde4108
Replace lateArgInx with GetLateArgInx (dotnet/coreclr#26887)

* find src/jit -type f -exec sed -i -e 's/->lateArgInx/->GetLateArgInx()/g' {} \;

* Format patch

Commit migrated from https://github.com/dotnet/coreclr/commit/e26d89335f18beac55c9ce1fe201fab958548753
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/morph.cpp