summaryrefslogtreecommitdiff
path: root/src/jit/emitpub.h
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-05-22 13:50:38 -0700
committerGitHub <noreply@github.com>2018-05-22 13:50:38 -0700
commit7153e441ef21e9bb5e022229c0808b964b9199e0 (patch)
tree6fe6ff629b7784e528322cb9ab6f922478ca4fc1 /src/jit/emitpub.h
parent32ab54d345a4ab2eb572fe3ba061b6e0d1b31088 (diff)
downloadcoreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.tar.gz
coreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.tar.bz2
coreclr-7153e441ef21e9bb5e022229c0808b964b9199e0.zip
Remove JIT LEGACY_BACKEND code (#18064)
Remove JIT LEGACY_BACKEND code All code related to the LEGACY_BACKEND JIT is removed. This includes all code related to x87 floating-point code generation. Almost 50,000 lines of code have been removed. Remove legacyjit/legacynonjit directories Remove reg pairs Remove tiny instruction descriptors Remove compCanUseSSE2 (it's always true) Remove unused FEATURE_FP_REGALLOC
Diffstat (limited to 'src/jit/emitpub.h')
-rw-r--r--src/jit/emitpub.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/emitpub.h b/src/jit/emitpub.h
index a2f041a5f3..61769c45b9 100644
--- a/src/jit/emitpub.h
+++ b/src/jit/emitpub.h
@@ -17,10 +17,6 @@ void emitBegFN(bool hasFramePtr
,
bool checkAlign
#endif
-#ifdef LEGACY_BACKEND
- ,
- unsigned lclSize
-#endif // LEGACY_BACKEND
,
unsigned maxTmpSize);