Fix printing switching to MinOpts or Optimized (#214)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Fri, 22 Nov 2019 20:15:11 +0000 (12:15 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 20:15:11 +0000 (12:15 -0800)
commit1767c6888c316b40341167c0bc5edb7b1e86675e
treec4e5fc7ecbbc60236e3ec37e6701a2b38394a7f1
parent82d104917874bec4ecbbbeb72447fb36e066e883
Fix printing switching to MinOpts or Optimized (#214)

* Initialize compSwitchedToOptimized and compSwitchedToMinOpts before calling to compInitOptions in jit/compiler.cpp

* Add LF to switchedToOptimized and switchedToMinOpts messages in jit/compiler.cpp
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/flowgraph.cpp