Refactor debug-only GenTree flags.
authorPat Gavlin <pagavlin@microsoft.com>
Sun, 26 Jun 2016 04:07:31 +0000 (21:07 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Sun, 26 Jun 2016 04:07:31 +0000 (21:07 -0700)
commit6ed517a7e5912f34787cab70f2f74082ecfdbba1
tree8a7ed5468890b832937831f20ee3ce48abad99a2
parent8e958879ebadab7760c8368e070d34f3b7cf6950
Refactor debug-only GenTree flags.

Move the four debug-only GenTree flags into their own field. This frees
up two bits across both the RyuJIT and the legacy backend.
src/jit/compiler.cpp
src/jit/compiler.hpp
src/jit/flowgraph.cpp
src/jit/gentree.cpp
src/jit/gentree.h
src/jit/morph.cpp
src/jit/optcse.cpp
src/jit/optimizer.cpp