Remove unused GenTree flags (#19840)
authormikedn <onemihaid@hotmail.com>
Thu, 6 Sep 2018 20:28:15 +0000 (23:28 +0300)
committerSergey Andreenko <seandree@microsoft.com>
Thu, 6 Sep 2018 20:28:15 +0000 (13:28 -0700)
commit1d885d32db50e8ee931d0d9fbd1081bfbb7ce271
tree54c5d4f564bc4e8695d2993ec7f2958a0823fe02
parentde7ea8c4307b8d0b9be7c3427e1ccfeb926e38a8
Remove unused GenTree flags (#19840)

GTF_IND_ARR_LEN was set by the importer in minopts/debug mode and used only by value numbering, which does not run in minopts/debug mode.

GTF_FLD_NULLCHECK was also set by the importer and not used anywhere. fgMorphField has its own opinion about when an explicit null check is needed.
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/compiler.hpp
src/jit/gentree.h
src/jit/importer.cpp
src/jit/morph.cpp
src/jit/valuenum.cpp