Fix initialization of resolution sets
authorCarol Eidt <carol.eidt@microsoft.com>
Sat, 7 Jan 2017 02:21:31 +0000 (18:21 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Thu, 12 Jan 2017 01:17:01 +0000 (17:17 -0800)
commit3ffa900eeaa80a199103aaf14d7aaf96078529df
treea4c700fea77eefd0a555b13360939697cea9056a
parent5b7a5bed5007e2e7e6cfb3a37d7bd14063967070
Fix initialization of resolution sets

This was causing a failure during dumping.
Fixing it exposed another dumping failure in crossgen of System.Private.Corelib.dll on x86, due to a dead node. I've fixed the assert, but I believe the dead node should have been eliminated. I filed issue dotnet/coreclr#8839 for this.

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