| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 00559374462d650468048fe66d2a51e9de9d69dd..b6044c1c17b3a7723c912dc6c6c22966ebebc85b 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -665,7 +665,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| HCheck check = argument;
|
| use(check.checkedInput);
|
| } else {
|
| - push(new js.VariableUse(variableNames.getName(argument)), argument);
|
| + push(new js.VariableUse(variableNames.getName(argument)));
|
| }
|
| }
|
|
|
|
|