do not use = {nullptr} initialization. (dotnet/coreclr#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)
commit254c79d26875d328b015f1870e1aba3f3b4f1c31
treeed839f00f8d6b1dd12a9a311e20774d82308ba21
parentd7fe9bfe9d85115eff179f1e7c31ac517cb61985
do not use = {nullptr} initialization. (dotnet/coreclr#11153)

It worked incorrectly on desktop.

Commit migrated from https://github.com/dotnet/coreclr/commit/5c8b9a6870a58e0af250ff822ca395e3fd8268bb
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/lsra.cpp