Reenable an assert.
authorLubomir Litchev <lubol@microsoft.com>
Fri, 4 Mar 2016 15:34:07 +0000 (07:34 -0800)
committerLubomir Litchev <lubol@microsoft.com>
Fri, 4 Mar 2016 22:10:12 +0000 (14:10 -0800)
commitd3013f02c920e2ef504d58a5c4ab51bf3b4a62ec
tree6218a7ebfc3546c925dc29ccc1492dd31d061eb5
parent319ec3fa91c10c1f2053fc271bc2944a54401432
Reenable an assert.

Back in December an assert was commented out in the code (when a big PR
was done).
The issue was that in one case of a tail call test there was a LcLVar with
type of TYP_STRUCT with a single eightbyte.
This should not have happened since in such cses the type of the LclVar is
normalized to the type of the first structs' eightbyte.
Enabling the assert has no effect on the test in question - it passes.
I suspect the issue was resolved sometime back (in January) when we
discovered there were some bad merges in the big PR wiping . As I recall, at least
one was related to a taken out tail call fix.

Fixes issue 3360.

Commit migrated from https://github.com/dotnet/coreclr/commit/4411f0c2d1d7ffb826840d702812a798a0e42c7e
src/coreclr/src/jit/codegenxarch.cpp