| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 90baf1b2d30221dea10da42994cd2f62098c638f..d9c7040e48360c06bbe8a01d49e266326f2e0612 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -155,7 +155,7 @@ class DartBackend extends Backend {
|
| // 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_ir.RegisterAllocator().visit(cpsDefinition);
|
| + new cps_ir.RegisterAllocator(context.internalError).visit(cpsDefinition);
|
|
|
| tree_builder.Builder builder =
|
| new tree_builder.Builder(context.internalError);
|
|
|