Remove GTF_REDINDEX_CHECK
authorJoseph Tremoulet <jotrem@microsoft.com>
Fri, 5 Aug 2016 17:41:30 +0000 (13:41 -0400)
committerJoseph Tremoulet <jotrem@microsoft.com>
Fri, 5 Aug 2016 17:41:30 +0000 (13:41 -0400)
commit092d879452893730fea33df98bfcae8879caa73c
tree7be9bbe842ad2748d7682513833c4b403b43e5c1
parentbcddd4bc5363c39050961be255aedad276210c6a
Remove GTF_REDINDEX_CHECK

This flag is unused.  Its description also sounds like it's redundant with
the GTF_ARR_BOUND_INBND flag, so the latter flag could be used if a new
need to convey this information arises in the future.

Preserving GTF_ARR_BOUND_INBND and removing GTF_REDINDEX_CHECK makes more
sense than the other way around since GTF_ARR_BOUND_INBND is specific to
the relevant opcode.

Commit migrated from https://github.com/dotnet/coreclr/commit/cf73aa234f482a78037cdd678c497c29b4d12393
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/gentree.h