Index: test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
index f8bece5c39ed2fdd98f726c4c7b9df6dc6512798..57403bc402e687984545b8f1b9759cda1cd1afcd 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
@@ -14,10 +14,10 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 13 |
+bytecode array length: 14 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
- /* 31 S> */ B(LdaGlobal), U8(2), |
+ /* 31 S> */ B(LdaGlobal), U8(0), U8(2), |
B(Star), R(0), |
B(BitwiseAndSmi), U8(1), R(0), U8(4), |
/* 45 E> */ B(StaGlobalSloppy), U8(0), U8(5), |
@@ -37,10 +37,10 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 13 |
+bytecode array length: 14 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
- /* 32 S> */ B(LdaGlobal), U8(2), |
+ /* 32 S> */ B(LdaGlobal), U8(0), U8(2), |
B(Star), R(0), |
B(AddSmi), U8(1), R(0), U8(4), |
/* 51 E> */ B(StaGlobalSloppy), U8(0), U8(5), |