Files
sdk/pkg/compiler
Kevin Millikin b495fceef8 dart2js CPS: Fix a bug in commuting binary operations.
The Tree IR statement rewriter assumes both operands of a binary
operation are variable uses.  Either one of them could also be `this`.

BUG=
R=asgerf@google.com

Review URL: https://codereview.chromium.org//1284233003 .
2015-08-17 11:17:44 +02:00
..