| Index: pkg/compiler/lib/src/common/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart
|
| index 45235903194974e61c83c92e74d8715b8dcaa31c..c7efea9cba34065a33351918e4b107db3db4fa79 100644
|
| --- a/pkg/compiler/lib/src/common/codegen.dart
|
| +++ b/pkg/compiler/lib/src/common/codegen.dart
|
| @@ -106,6 +106,7 @@ class CodegenRegistry extends Registry {
|
|
|
| void registerCompileTimeConstant(ConstantValue constant) {
|
| backend.registerCompileTimeConstant(constant, this);
|
| + backend.addCompileTimeConstantForEmission(constant);
|
| }
|
|
|
| void registerTypeVariableBoundsSubtypeCheck(DartType subtype,
|
|
|