Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1485)

Unified Diff: test/cctest/interpreter/bytecode_expectations/CompareNil.golden

Issue 2795183002: [Interpreter] Move ToBoolean elision in BytecodeGenerator. (Closed)
Patch Set: tests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/CompareNil.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CompareNil.golden b/test/cctest/interpreter/bytecode_expectations/CompareNil.golden
index ffb61c525e6750219c4245b4e6fbeed97d276755..466820c5ab76f3db0a99e56ef9cbfa040b695129 100644
--- a/test/cctest/interpreter/bytecode_expectations/CompareNil.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CompareNil.golden
@@ -143,7 +143,7 @@ bytecodes: [
/* 42 S> */ B(LdaZero),
B(Star), R(0),
/* 45 S> */ B(TestUndetectable),
- /* 57 E> */ B(JumpIfFalse), U8(6),
+ B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Jump), U8(4),
B(LdaSmi), I8(2),
@@ -244,7 +244,7 @@ bytecodes: [
/* 42 S> */ B(LdaZero),
B(Star), R(0),
/* 45 S> */ B(TestUndetectable),
- /* 51 E> */ B(JumpIfTrue), U8(5),
+ B(JumpIfTrue), U8(5),
/* 69 S> */ B(LdaSmi), I8(1),
/* 81 S> */ B(Return),
B(LdaUndefined),

Powered by Google App Engine
This is Rietveld 408576698