| Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| index 51660a65b647af444b2cc84af7a635f4cf15e305..f09af84f6fef3bf0f6a19a23b659a912dc3ba641 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -360,12 +360,12 @@ bytecodes: [
|
| B(LdrContextSlot), R(1), U8(8), R(11),
|
| B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(11), U8(1),
|
| B(LdrContextSlot), R(1), U8(8), R(11),
|
| - B(LoadIC), R(11), U8(5), U8(9),
|
| + B(LdaNamedProperty), R(11), U8(5), U8(9),
|
| B(JumpIfToBooleanTrueConstant), U8(10),
|
| B(LdaSmi), U8(2),
|
| B(StaContextSlot), R(1), U8(9),
|
| B(LdrContextSlot), R(1), U8(8), R(11),
|
| - B(LoadIC), R(11), U8(6), U8(11),
|
| + B(LdaNamedProperty), R(11), U8(6), U8(11),
|
| B(StaContextSlot), R(1), U8(6),
|
| B(LdaContextSlot), R(1), U8(10),
|
| /* 16 E> */ B(StackCheck),
|
| @@ -465,7 +465,7 @@ bytecodes: [
|
| B(ToBooleanLogicalNot),
|
| B(JumpIfFalseConstant), U8(16),
|
| B(LdrContextSlot), R(1), U8(7), R(10),
|
| - B(LoadIC), R(10), U8(12), U8(13),
|
| + B(LdaNamedProperty), R(10), U8(12), U8(13),
|
| B(StaContextSlot), R(1), U8(11),
|
| B(LdrContextSlot), R(1), U8(11), R(10),
|
| B(LdaNull),
|
|
|