Index: test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
index 61186cd887815848c44acf2814d67c1a6552fa83..4a5fe02404f9d63f2e0e419428a26c268c99a703 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
@@ -201,17 +201,17 @@ |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 22 |
+bytecode array length: 21 |
bytecodes: [ |
B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
/* 42 E> */ B(StaCurrentContextSlot), U8(4), |
- /* 53 S> */ B(CreateClosure), U8(0), U8(2), U8(2), |
+ /* 53 S> */ B(CreateClosure), U8(0), U8(2), |
B(Star), R(0), |
/* 78 S> */ B(LdaCurrentContextSlot), U8(4), |
- B(Inc), U8(3), |
+ B(Inc), U8(2), |
/* 87 E> */ B(StaCurrentContextSlot), U8(4), |
/* 90 S> */ B(Return), |
] |
@@ -227,19 +227,19 @@ |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 28 |
+bytecode array length: 27 |
bytecodes: [ |
B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
/* 42 E> */ B(StaCurrentContextSlot), U8(4), |
- /* 53 S> */ B(CreateClosure), U8(0), U8(2), U8(2), |
+ /* 53 S> */ B(CreateClosure), U8(0), U8(2), |
B(Star), R(0), |
/* 78 S> */ B(LdaCurrentContextSlot), U8(4), |
B(ToNumber), R(2), |
B(Ldar), R(2), |
- B(Dec), U8(3), |
+ B(Dec), U8(2), |
/* 86 E> */ B(StaCurrentContextSlot), U8(4), |
B(Ldar), R(2), |
/* 90 S> */ B(Return), |