| Index: test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| index 45fb07ad0845635d1884aa560e003f228c9a228e..41ea22ba46c39d069c122c878f1c58f4d807632e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
|
| @@ -21,7 +21,7 @@ bytecodes: [
|
| /* 27 E> */ B(StackCheck),
|
| /* 32 S> */ B(LdrUndefined), R(1),
|
| B(LdrGlobal), U8(3), R(0),
|
| - /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(1),
|
| + /* 39 E> */ B(CallWithFeedback), R(0), R(1), U8(1), U8(1),
|
| /* 44 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| @@ -48,7 +48,7 @@ bytecodes: [
|
| B(Star), R(3),
|
| B(LdaSmi), U8(3),
|
| B(Star), R(4),
|
| - /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(1),
|
| + /* 46 E> */ B(CallWithFeedback), R(0), R(1), U8(4), U8(1),
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|