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)
commitdc593b5fc380ef1477ed33ba0356792c3dc5e1b6
tree836ddc187b011de6cf18cab875d77113ad53776f
parent3a9ee939d1043f8347ce94a49bb38d517e3bb52d
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.
src/jit/codegencommon.cpp