Move some LEGACY_BACKEND code from codegencommon.cpp to codegenlegacy.cpp
authorBruce Forstall <brucefo@microsoft.com>
Wed, 11 May 2016 00:33:09 +0000 (17:33 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 11 May 2016 00:33:09 +0000 (17:33 -0700)
commitef8b8f88039b9139f60dac6e2c77b76ec4d01e66
treeb38bb55c886e8bc23d8405fe6dddbebc822fb580
parent3c13acca371e5e18559fc6a030c1c0de333c1584
Move some LEGACY_BACKEND code from codegencommon.cpp to codegenlegacy.cpp

And, move some header file changes from codegen.h to codegenclassic.h.

The code moved were whole functions with no apparent tight coupling with
other code already in codegencommon.cpp.

The code moved had some #ifndef LEGACY_BACKEND portions, no longer
needed, removed.

Commit migrated from https://github.com/dotnet/coreclr/commit/fa74a694fe525847e8833613e2b31edc813b30b3
src/coreclr/src/jit/codegen.h
src/coreclr/src/jit/codegenclassic.h
src/coreclr/src/jit/codegencommon.cpp
src/coreclr/src/jit/codegenlegacy.cpp