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

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

Issue 2324843005: [parser] Refactor of Parse*Statement*, part 6 (Closed)
Patch Set: Reorder methods Created 4 years, 3 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
« no previous file with comments | « src/parsing/preparser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/Switch.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Switch.golden b/test/cctest/interpreter/bytecode_expectations/Switch.golden
index fb942fe8853756d89eebfa7c45420f0232fd6cbe..7a27134adbf5f97a0ce8090999f32be5b3b36c20 100644
--- a/test/cctest/interpreter/bytecode_expectations/Switch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Switch.golden
@@ -485,9 +485,9 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(1),
B(Star), R(0),
- B(Star), R(1),
+ B(Star), R(2),
/* 45 S> */ B(LdaSmi), U8(1),
- B(TestEqualStrict), R(1), U8(4),
+ B(TestEqualStrict), R(2), U8(4),
B(Mov), R(0), R(3),
B(JumpIfToBooleanTrue), U8(11),
B(LdaSmi), U8(2),
@@ -495,10 +495,10 @@ bytecodes: [
B(JumpIfTrue), U8(34),
B(Jump), U8(36),
/* 77 E> */ B(AddSmi), U8(1), R(0), U8(1),
- B(Star), R(2),
+ B(Star), R(1),
/* 70 S> */ B(LdaSmi), U8(2),
- B(TestEqualStrict), R(2), U8(2),
- B(Mov), R(2), R(4),
+ B(TestEqualStrict), R(1), U8(2),
+ B(Mov), R(1), R(4),
B(JumpIfToBooleanTrue), U8(4),
B(Jump), U8(8),
/* 101 S> */ B(LdaSmi), U8(1),
« no previous file with comments | « src/parsing/preparser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698