Remove !CPU_HAS_FP_SUPPORT code (#48436)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 18 Feb 2021 21:56:57 +0000 (11:56 -1000)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 21:56:57 +0000 (13:56 -0800)
commit39c78bf0cc9fdc5c444fc0d61f960681b7f6d05d
tree17df68b5857daa295c3520a68380412b2cf90d33
parent93325820e1ff02b6f1e91854816fc23ada041461
Remove !CPU_HAS_FP_SUPPORT code (#48436)

* Remove !CPU_HAS_FP_SUPPORT code

CPU_HAS_FP_SUPPORT is always defined and we don't anticipate needing
the emulation support.

Fixes #47708

* Remove fgMorphToEmulatedFP declaration
src/coreclr/jit/compiler.h
src/coreclr/jit/importer.cpp
src/coreclr/jit/lclvars.cpp
src/coreclr/jit/lsra.cpp
src/coreclr/jit/morph.cpp
src/coreclr/jit/scopeinfo.cpp
src/coreclr/jit/target.h