Expression 'sigType == TYP_STRUCT' is always false. importer.cpp 18806 (dotnet/corecl...
authorSergey Andreenko <seandree@microsoft.com>
Wed, 23 Oct 2019 19:23:08 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 19:23:08 +0000 (12:23 -0700)
commitb54554d13b6b4f4169851d8ef2f07c3b54e6c1d5
treee2f6028462fb534195a63e85014f46639badc3b9
parent6c412edceb46cad39e2e3d49fdada83975ad9393
Expression 'sigType == TYP_STRUCT' is always false. importer.cpp 18806 (dotnet/coreclr#27292)

`sigType` could be only `TYP_BYREF` or `TYP_REF`, so delete the other cases.

Commit migrated from https://github.com/dotnet/coreclr/commit/a35ac8b2feec4865ee3c05fbcdfbcaeb56cc558c
src/coreclr/src/jit/importer.cpp