| Index: pkg/compiler/lib/src/ssa/optimize.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/optimize.dart b/pkg/compiler/lib/src/ssa/optimize.dart
|
| index 467ab7f2440b20a15a3edd23c4e00fa67fe6a810..d84aaf356ca95218c7d4b03a5940ccc3a1107a00 100644
|
| --- a/pkg/compiler/lib/src/ssa/optimize.dart
|
| +++ b/pkg/compiler/lib/src/ssa/optimize.dart
|
| @@ -2317,7 +2317,7 @@ class SsaLoadElimination extends HBaseVisitor implements OptimizationPhase {
|
| memorySet.registerAllocation(instruction);
|
| if (shouldTrackInitialValues(instruction)) {
|
| int argumentIndex = 0;
|
| - compiler.codegenWorld.forEachInstanceField(instruction.element,
|
| + compiler.codegenWorldBuilder.forEachInstanceField(instruction.element,
|
| (_, FieldEntity member) {
|
| if (compiler.elementHasCompileTimeError(member as Entity)) return;
|
| memorySet.registerFieldValue(
|
|
|