| 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 d50f32a088e6d131a98310a8aa3b0acfb714d121..4797173f1917d339a90ab36005144cf899fd41c6 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -32,7 +32,7 @@ import '../../tree_ir/optimization/optimization.dart';
|
| import '../../cps_ir/cps_ir_nodes_sexpr.dart';
|
| import 'js_tree_builder.dart';
|
|
|
| -class CspFunctionCompiler implements FunctionCompiler {
|
| +class CpsFunctionCompiler implements FunctionCompiler {
|
| final IrBuilderTask irBuilderTask;
|
| final ConstantSystem constantSystem;
|
| final Compiler compiler;
|
| @@ -45,7 +45,7 @@ class CspFunctionCompiler implements FunctionCompiler {
|
|
|
| Tracer get tracer => compiler.tracer;
|
|
|
| - CspFunctionCompiler(Compiler compiler, JavaScriptBackend backend)
|
| + CpsFunctionCompiler(Compiler compiler, JavaScriptBackend backend)
|
| : irBuilderTask = new IrBuilderTask(compiler),
|
| fallbackCompiler = new ssa.SsaFunctionCompiler(backend, true),
|
| constantSystem = backend.constantSystem,
|
|
|