Remove unreachable switch case
authorJoseph Tremoulet <jotrem@microsoft.com>
Tue, 31 Jan 2017 22:41:29 +0000 (17:41 -0500)
committerJoseph Tremoulet <jotrem@microsoft.com>
Sat, 4 Feb 2017 01:49:07 +0000 (20:49 -0500)
commit35d9c6e1ed557c28fa448bd6fcf3ef9f74eda0b3
treecf71e5b016b26926cb1dd7d1e6ec0242b3ffe840
parent1dd7225c45b4661625c22a446fa58e5ebbef2be0
Remove unreachable switch case

Operator `GT_FIELD_LIST` was lumped in with some of the `!VNFuncIsLegal`
cases in `fgValueNumberTree`, but it's actually a legal operator that gets
handled by the corresponding codepath up on line 6408.  Remove the
unreachable case to avoid confusion.

Commit migrated from https://github.com/dotnet/coreclr/commit/926ed745dddee6daa2aa6e1b448024fbbfbb3328
src/coreclr/src/jit/valuenum.cpp