fe7a9e27a3
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>