Mark compTypeCtxtArg as lvOnFrame
authorCarol Eidt <carol.eidt@microsoft.com>
Sat, 20 Feb 2016 05:55:47 +0000 (21:55 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Sat, 20 Feb 2016 05:55:47 +0000 (21:55 -0800)
commit4e7444549e94d6c4857448fe74434a0ae7fb8272
tree07ea9c7d8d883b59aadd1683e32dc1a9c207099f
parentb90b09116d12ab65328fbd1ed80c21c75131e121
Mark compTypeCtxtArg as lvOnFrame

The type context argument must be initialized to lvOnFrame if it is
not a register argument (as on x86, since it is passed after user
arguments).
src/jit/lclvars.cpp