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)
commit9a0f6ec41b156e585580d9cf6a829d2188420a08
tree6c9e750971cf5b0d8f522643ce2706dd57ef9064
parent571b963cd4f7af8674d1031c4adefb3d8bc47618
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.
src/jit/flowgraph.cpp