| 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 d0c7f4934c508081d2472897ac393f1d3a7fd865..4112b3e845f9a9b0e9bb3aca761ce94e59d26c51 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
|
| @@ -695,20 +695,20 @@
|
| "
|
| frame size: 4
|
| parameter count: 1
|
| -bytecode array length: 54
|
| +bytecode array length: 53
|
| bytecodes: [
|
| /* 30 E> */ B(StackCheck),
|
| /* 42 S> */ B(LdaZero),
|
| B(Star), R(1),
|
| /* 52 S> */ B(Ldar), R(1),
|
| - B(JumpIfToBooleanFalse), U8(46),
|
| + B(JumpIfToBooleanFalse), U8(45),
|
| /* 45 E> */ B(StackCheck),
|
| B(Ldar), R(closure),
|
| B(CreateBlockContext), U8(0),
|
| B(PushContext), R(3),
|
| B(LdaTheHole),
|
| B(StaCurrentContextSlot), U8(4),
|
| - B(CreateClosure), U8(1), U8(2), U8(2),
|
| + B(CreateClosure), U8(1), U8(2),
|
| B(Star), R(0),
|
| /* 73 S> */ B(LdaSmi), U8(1),
|
| /* 73 E> */ B(StaCurrentContextSlot), U8(4),
|
| @@ -719,10 +719,10 @@
|
| B(PopContext), R(3),
|
| B(Jump), U8(10),
|
| /* 126 S> */ B(LdaCurrentContextSlot), U8(4),
|
| - B(Inc), U8(3),
|
| + B(Inc), U8(2),
|
| /* 127 E> */ B(StaCurrentContextSlot), U8(4),
|
| B(PopContext), R(3),
|
| - B(JumpLoop), U8(-45), U8(0),
|
| + B(JumpLoop), U8(-44), U8(0),
|
| B(LdaUndefined),
|
| /* 137 S> */ B(Return),
|
| ]
|
|
|