| 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 4e32168d36cbeea4cfe59b840b677339ccef9823..abec454b124855dc4879aad3ff0a3172c0d1b646 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -1777,7 +1777,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| generateConstant(node.constant);
|
|
|
| backend.registerCompileTimeConstant(node.constant, work.resolutionTree);
|
| - compiler.constantHandler.addCompileTimeConstantForEmission(node.constant);
|
| + backend.constantHandler.addCompileTimeConstantForEmission(node.constant);
|
| }
|
|
|
| visitNot(HNot node) {
|
|
|