Remove unused CORINFO_CALLINFO_ATYPICAL_CALLSITE flag (#45859)
authorSimon Nattress <nattress@gmail.com>
Thu, 10 Dec 2020 00:34:05 +0000 (16:34 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 00:34:05 +0000 (16:34 -0800)
commit037b763c8b6aa6853b2b635dd3ed6c72bb9e337e
tree117c5fdc61d482202f987137cf1dd30b03a19464
parentd731112ce78f1a8e77f2293c44449ecb6487527a
Remove unused CORINFO_CALLINFO_ATYPICAL_CALLSITE flag (#45859)

`CORINFO_CALLINFO_ATYPICAL_CALLSITE` was added a few years ago to support code generators that don't emit calls via `call [rel32]` form. It is now unused (LLILC was the only consumer) so we can remove it.
src/coreclr/inc/corinfo.h
src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs
src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs
src/coreclr/zap/zapimport.cpp
src/coreclr/zap/zapimport.h
src/coreclr/zap/zapinfo.cpp