Remove dead code in Rationalize.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 11 Jul 2016 20:38:30 +0000 (13:38 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 11 Jul 2016 20:38:30 +0000 (13:38 -0700)
commitd506aec447ee80e375c726d92a14711a0aa3d334
tree2a0108213787be96f7afa1e2a5f9de6277de7871
parent801c8370f3d54568a4a58422d243a7018aeab97f
Remove dead code in Rationalize.

Most of the removed code deals with QMARK rewriting. These nodes
are now rewritten as part of fgMorph, so the rationalizer does not
need to deal with them (other than asserting that they do not
exist).

Other dead code:
- The `Rationalizations` type
- A few split-related declarations and helpers
src/jit/rationalize.cpp
src/jit/rationalize.h