Fix: Expression 'refType == RefTypeUpperVectorSave' is always false. (dotnet/coreclr...
authorSergey Andreenko <seandree@microsoft.com>
Tue, 22 Oct 2019 18:16:35 +0000 (11:16 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2019 18:16:35 +0000 (11:16 -0700)
commit52faf6746c57a601703589404b84c1476fa008ac
tree7006f192c2b06c4e0a4b1548d5d17ad626ca8df7
parent77b490e31ecd14befb78d2755d8e902694f38e3c
Fix: Expression 'refType == RefTypeUpperVectorSave' is always false. (dotnet/coreclr#27352)

* Expression 'refType == RefTypeUpperVectorSave' is always false.

We have a fast return for this type several lines before that check.

* format fix after deleting a scope.

Commit migrated from https://github.com/dotnet/coreclr/commit/eb4815e2b7f2481a7cb277c8128e691fe426d3e5
src/coreclr/src/jit/lsra.cpp