Index: test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
index 463c8a06b0e16ea705e07a9f7d6ec6442aaf730a..a87b10d89989c1b017bfb9355ea0336232e726c1 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden |
@@ -681,13 +681,13 @@ snippet: " |
" |
frame size: 7 |
parameter count: 1 |
-bytecode array length: 119 |
+bytecode array length: 118 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaZero), |
B(Star), R(1), |
/* 52 S> */ B(Ldar), R(1), |
- B(JumpIfToBooleanFalse), U8(111), |
+ B(JumpIfToBooleanFalse), U8(110), |
/* 45 E> */ B(StackCheck), |
B(LdaConstant), U8(0), |
B(Star), R(4), |
@@ -714,14 +714,13 @@ bytecodes: [ |
B(JumpIfToBooleanFalse), U8(8), |
/* 113 S> */ B(PopContext), R(3), |
B(PopContext), R(3), |
- B(Jump), U8(43), |
+ B(Jump), U8(42), |
/* 126 S> */ B(LdaContextSlot), R(context), U8(4), |
B(JumpIfNotHole), U8(11), |
B(LdaConstant), U8(3), |
B(Star), R(4), |
B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), |
- B(ToNumber), |
- B(Star), R(4), |
+ B(ToNumber), R(4), |
B(Inc), |
B(Star), R(5), |
/* 127 E> */ B(LdaContextSlot), R(context), U8(4), |
@@ -732,7 +731,7 @@ bytecodes: [ |
B(Ldar), R(5), |
B(StaContextSlot), R(context), U8(4), |
B(PopContext), R(3), |
- B(Jump), U8(-111), |
+ B(Jump), U8(-110), |
B(LdaUndefined), |
/* 137 S> */ B(Return), |
] |