Mark sizeValue as non faulting. (#41776)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 3 Sep 2020 16:50:32 +0000 (09:50 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 16:50:32 +0000 (09:50 -0700)
commit76138ba8d50957e99dc41e960f282a8ec1c372eb
tree0b8818a1f40ada841f80f9bd85c57764246e8a15
parentf16fac51520562e7d1fc475f943870dbfc9e723d
Mark sizeValue as non faulting. (#41776)

The address of the ind can't be null because it is a prejited location.

However, the value of the indirection could be different, so should not mark as invariant.
src/coreclr/src/jit/importer.cpp