Remove dead code in the JIT.
authorPat Gavlin <pagavlin@microsoft.com>
Thu, 26 Jan 2017 18:35:03 +0000 (10:35 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 26 Jan 2017 18:35:03 +0000 (10:35 -0800)
commit6c1998c03e4b888b8f000bdd9069964c76507048
tree9be5053293772c37a7568503125690d4beb147b1
parent8724be8c109dd2db2f4cebd4335c8cb92bbcb17d
Remove dead code in the JIT.

All code under `LONG_ASG_OPS` and `FANCY_ARRAY_OPT` is statically dead
(these symbols are never defined as anything besides 0). This change
removes this cruft.
src/jit/codegenlegacy.cpp
src/jit/compiler.h
src/jit/jit.h
src/jit/lclvars.cpp
src/jit/morph.cpp
src/jit/optimizer.cpp