| Index: pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/task.dart b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| index 0eb0685af40530a0cee628cb9c373567f1c9c904..10c5d514cb823dd0859d49ecd85d1af7a73b2613 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -164,7 +164,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
| // Do not rewrite the IR after variable allocation. Allocation
|
| // makes decisions based on an approximation of IR variable live
|
| // ranges that can be invalidated by transforming the IR.
|
| - new cps.RegisterAllocator().visit(cpsNode);
|
| + new cps.RegisterAllocator(compiler.internalError).visit(cpsNode);
|
| return cpsNode;
|
| }
|
|
|
|
|