| Index: test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden b/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| index 8cfa8474f9fa716b701eac5c70302dbd6489a303..8ba45b26e7755f693c6657fbeaaca5591e61ca71 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| @@ -37,7 +37,7 @@ bytecodes: [
|
| /* 42 S> */ B(LdaZero),
|
| B(Star), R(0),
|
| /* 45 S> */ B(LdaSmi), I8(1),
|
| - /* 55 E> */ B(TestEqual), R(0), U8(2),
|
| + /* 55 E> */ B(TestEqual), R(0), U8(4),
|
| B(JumpIfTrue), U8(4),
|
| B(LdaSmi), I8(3),
|
| /* 67 S> */ B(Return),
|
| @@ -79,7 +79,7 @@ bytecodes: [
|
| /* 42 S> */ B(LdaZero),
|
| B(Star), R(0),
|
| /* 45 S> */ B(LdaZero),
|
| - /* 55 E> */ B(TestEqual), R(0), U8(2),
|
| + /* 55 E> */ B(TestEqual), R(0), U8(4),
|
| B(JumpIfFalse), U8(4),
|
| B(LdaSmi), I8(3),
|
| /* 67 S> */ B(Return),
|
| @@ -556,7 +556,7 @@ bytecodes: [
|
| /* 60 S> */ B(LdaSmi), I8(3),
|
| B(Star), R(2),
|
| /* 63 S> */ B(LdaSmi), I8(3),
|
| - /* 73 E> */ B(TestGreaterThan), R(0), U8(2),
|
| + /* 73 E> */ B(TestGreaterThan), R(0), U8(8),
|
| B(JumpIfTrueConstant), U8(0),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(1),
|
| @@ -743,7 +743,7 @@ bytecodes: [
|
| /* 60 S> */ B(LdaSmi), I8(3),
|
| B(Star), R(2),
|
| /* 63 S> */ B(LdaSmi), I8(5),
|
| - /* 73 E> */ B(TestLessThan), R(0), U8(2),
|
| + /* 73 E> */ B(TestLessThan), R(0), U8(8),
|
| B(JumpIfFalseConstant), U8(0),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(1),
|
|
|