find src/jit -type f -exec sed -i -e 's/->genEmitter/->getEmitter()/g' {} \;
authorSinan Kaya <sinan.kaya@microsoft.com>
Mon, 18 Mar 2019 21:05:40 +0000 (21:05 +0000)
committerSinan Kaya <sinan.kaya@microsoft.com>
Sat, 21 Sep 2019 02:27:26 +0000 (02:27 +0000)
commita26e725be2194b24d8517734da10329034568386
treeba15a8a72c7a9cd12eb2718b8d9d7271a53b1c19
parentfa8cf6848d16be2569282c2c40ed7e5d035b3126
find src/jit -type f -exec sed -i -e 's/->genEmitter/->getEmitter()/g' {} \;

replae genEmitter with getEmitter()

Forgotten getEmitter

Commit migrated from https://github.com/dotnet/coreclr/commit/ed4c3760d04c610a69969aa17f37c2d3e482fb4b
23 files changed:
src/coreclr/src/jit/codegenarm.cpp
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegeninterface.h
src/coreclr/src/jit/codegenlinear.cpp
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/gcencode.cpp
src/coreclr/src/jit/gcinfo.cpp
src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp
src/coreclr/src/jit/instr.cpp
src/coreclr/src/jit/jiteh.cpp
src/coreclr/src/jit/lowerxarch.cpp
src/coreclr/src/jit/lsraxarch.cpp
src/coreclr/src/jit/regset.cpp
src/coreclr/src/jit/scopeinfo.cpp
src/coreclr/src/jit/simdcodegenxarch.cpp
src/coreclr/src/jit/unwind.cpp
src/coreclr/src/jit/unwindamd64.cpp
src/coreclr/src/jit/unwindarm.cpp
src/coreclr/src/jit/unwindx86.cpp