Replace genInterruptible with getInterruptible() (dotnet/coreclr#26854)
authorSinan Kaya <41809318+franksinankaya@users.noreply.github.com>
Tue, 24 Sep 2019 19:56:42 +0000 (15:56 -0400)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 24 Sep 2019 19:56:42 +0000 (12:56 -0700)
commitab26fd10e58949225e94307832d10058065ba612
treec31c27db65181a9d70dfd9d8f1a02fc995b09fd2
parent138809f57c71cd4d0554164f5f7d86d03318c454
Replace genInterruptible with getInterruptible() (dotnet/coreclr#26854)

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

Cleanup remaining getInterruptible()

* Format patch

* Change comment

Commit migrated from https://github.com/dotnet/coreclr/commit/1e26abb85f36615fb9b7a03c338571d53bd36373
13 files changed:
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/emit.cpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/gcencode.cpp
src/coreclr/src/jit/lower.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/stacklevelsetter.cpp