Fix ZeroInit of finally vars (#35723)
authorCarol Eidt <carol.eidt@microsoft.com>
Sat, 2 May 2020 15:58:57 +0000 (08:58 -0700)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 15:58:57 +0000 (08:58 -0700)
commit5ea5b81dc773f0387113920f6ff7ec2659e44d04
tree0155db5b03a7c2c3bab28984be9248fbe54c612e
parentf007634b02c4484f60ead75a893eb7f89f615ccf
Fix ZeroInit of finally vars (#35723)

Finally vars need zero-init'ing if we are enregistering them, but they will not necessarily be live-in to the first block, so we have to take care not to zero-init its last associated register in that case.
src/coreclr/src/jit/codegencommon.cpp