| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 96234813207aa998b060fb2cc7b38ddd8f868b7e..f26b0a2e249b146d840226ad1cb0550e60743698 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -1793,7 +1793,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| generateConstant(node.constant);
|
|
|
| backend.registerCompileTimeConstant(node.constant, work.resolutionTree);
|
| - backend.constants.addCompileTimeConstantForEmission(node.constant);
|
| + compiler.constantHandler.addCompileTimeConstantForEmission(node.constant);
|
| }
|
|
|
| visitNot(HNot node) {
|
|
|