| 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 1974006f98c0c2a10046d4404fab8040414e6e63..ec6fb63f0ea0c489d775aea93f30f3b38151e4ca 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
| @@ -38,7 +38,7 @@ bytecodes: [
|
| /* 42 S> */ B(LdaZero),
|
| B(Star), R(0),
|
| /* 45 S> */ B(LdaSmi), U8(1),
|
| - /* 55 E> */ B(TestEqual), R(0), U8(1),
|
| + /* 55 E> */ B(TestEqual), R(0), U8(2),
|
| B(JumpIfTrue), U8(4),
|
| B(LdaSmi), U8(3),
|
| /* 67 S> */ B(Return),
|
| @@ -80,7 +80,7 @@ bytecodes: [
|
| /* 42 S> */ B(LdaZero),
|
| B(Star), R(0),
|
| /* 45 S> */ B(LdaZero),
|
| - /* 55 E> */ B(TestEqual), R(0), U8(1),
|
| + /* 55 E> */ B(TestEqual), R(0), U8(2),
|
| B(JumpIfFalse), U8(4),
|
| B(LdaSmi), U8(3),
|
| /* 67 S> */ B(Return),
|
| @@ -557,7 +557,7 @@ bytecodes: [
|
| /* 60 S> */ B(LdaSmi), U8(3),
|
| B(Star), R(2),
|
| /* 63 S> */ B(LdaSmi), U8(3),
|
| - /* 73 E> */ B(TestGreaterThan), R(0), U8(1),
|
| + /* 73 E> */ B(TestGreaterThan), R(0), U8(2),
|
| B(JumpIfTrueConstant), U8(0),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(1),
|
| @@ -744,7 +744,7 @@ bytecodes: [
|
| /* 60 S> */ B(LdaSmi), U8(3),
|
| B(Star), R(2),
|
| /* 63 S> */ B(LdaSmi), U8(5),
|
| - /* 73 E> */ B(TestLessThan), R(0), U8(1),
|
| + /* 73 E> */ B(TestLessThan), R(0), U8(2),
|
| B(JumpIfFalseConstant), U8(0),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(1),
|
|
|