Fix unreachable code in flowgraph
authorjashoo <jashoo@microsoft.com>
Wed, 10 Aug 2016 16:19:53 +0000 (09:19 -0700)
committerjashoo <jashoo@microsoft.com>
Wed, 10 Aug 2016 16:22:11 +0000 (09:22 -0700)
commite22127ace83fcf04182ad9760c153d9a3d84ee57
tree8df2da6416afb4e0992561d4eb6f80ec1aff7e71
parent713ff7055a3c5cf37b36dffe64416a06302368c7
Fix unreachable code in flowgraph

There is debugging information that is expected to be printed; however,
unreachable because the function returns before printing under debug.

Fixed by moved the return past the debug log.

Commit migrated from https://github.com/dotnet/coreclr/commit/9a0f6ec41b156e585580d9cf6a829d2188420a08
src/coreclr/src/jit/flowgraph.cpp