| Index: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| index 97e403e655b8435819a95fb75dd474a3ce404bcc..30fc8b462c40e7d102da38b7d37c3a2c6ff1db5c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
|
| @@ -113,7 +113,7 @@ bytecodes: [
|
| /* 0 E> */ B(StackCheck),
|
| /* 16 S> */ B(LdrUndefined), R(2),
|
| B(LdrGlobal), U8(1), R(1),
|
| - /* 16 E> */ B(Call), R(1), R(2), U8(1), U8(3),
|
| + /* 16 E> */ B(CallWithFeedback), R(1), R(2), U8(1), U8(3),
|
| B(Star), R(0),
|
| /* 20 S> */ B(Return),
|
| ]
|
|
|