Files
sdk/runtime/vm/compiler/frontend
Vyacheslav Egorov fe7a9e27a3 [VM,Kernel] Fix IR produced by StreamingFlowGraphBuilder::BuildAssertStatement.
On the otherwise path it was producing a block that ended with a call. Such IR
is invalid because blocks can only end with control flow instructions, like
Branch, Goto, Return or Throw.

Bug:
Change-Id: I67971fba00c01f1e063ac584abfa6aec2ea376d9
Reviewed-on: https://dart-review.googlesource.com/19004
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
2017-11-07 14:44:39 +00:00
..