Properly initialize the varargs base lclVar.
authorPat Gavlin <pagavlin@microsoft.com>
Fri, 21 Oct 2016 21:39:18 +0000 (14:39 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Fri, 21 Oct 2016 21:39:18 +0000 (14:39 -0700)
commit8c0a242ce9553e554c76db1c2235af81b2effc06
tree46029397a20a4460bbab891b42b03029fa8010cb
parentaa6953bb2d2240fdc0a9967f20a9e2c569b8f421
Properly initialize the varargs base lclVar.

The code that initializes this lclVar was not using the correct helper
to determine whether or not a lclVar was enregistered at the beginning
of a method.

Commit migrated from https://github.com/dotnet/coreclr/commit/dc593b5fc380ef1477ed33ba0356792c3dc5e1b6
src/coreclr/src/jit/codegencommon.cpp