Remove LONG_MATH_REGPARAM from the JIT.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 31 May 2016 18:01:20 +0000 (11:01 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 31 May 2016 18:01:20 +0000 (11:01 -0700)
commit5a35fda1e33ce2bee558fe1448e3e2eccf55f4fc
treefbc54bc09a33939c926605cb44f5f8232eb8d725
parent19a88d8a92e08c8506f6e69c3964dc77329c108a
Remove LONG_MATH_REGPARAM from the JIT.

This symbol was never defined as true, and as such the various bits of code predicated
on it were dead. This change removes the symbol and its associated code.
src/jit/codegenlegacy.cpp
src/jit/gentree.cpp
src/jit/jit.h
src/jit/morph.cpp
src/jit/regalloc.cpp