Files
sdk/pkg/compiler/lib
Asger Feldthaus 3cd331cbb6 dart2js cps: Logical rewriter should treat Throw as a terminator.
Because of this bug, the tree IR had a tendency to put throw
statements at the bottom of a method, even if it meant inserting
an explicit negation in a branch.

BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org//1368963002 .
2015-09-28 11:14:28 +02:00
..