do not use = {nullptr} initialization. (#11153)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 24 Apr 2017 16:39:25 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2017 16:39:25 +0000 (09:39 -0700)
commit5c8b9a6870a58e0af250ff822ca395e3fd8268bb
tree123e472465ae4fb02cd4f0f828460ba21cb66a0e
parentca57f75b406857113afff023f83da8ddc1bf7c9c
do not use = {nullptr} initialization. (#11153)

It worked incorrectly on desktop.
src/jit/flowgraph.cpp
src/jit/importer.cpp
src/jit/lsra.cpp