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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/RemoveRedundantLdar.golden

Issue 2390163003: [interpreter] Remove redundant flag from bytecode cctest suite. (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: yes
7 wrap: yes 6 wrap: yes
8 7
9 --- 8 ---
10 snippet: " 9 snippet: "
11 var ld_a = 1; 10 var ld_a = 1;
12 while(true) { 11 while(true) {
13 ld_a = ld_a + ld_a; 12 ld_a = ld_a + ld_a;
14 if (ld_a > 10) break; 13 if (ld_a > 10) break;
15 } 14 }
16 return ld_a; 15 return ld_a;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 /* 64 E> */ B(Add), R(0), U8(2), 87 /* 64 E> */ B(Add), R(0), U8(2),
89 B(Star), R(0), 88 B(Star), R(0),
90 /* 72 S> */ B(Nop), 89 /* 72 S> */ B(Nop),
91 /* 85 S> */ B(Return), 90 /* 85 S> */ B(Return),
92 ] 91 ]
93 constant pool: [ 92 constant pool: [
94 ] 93 ]
95 handlers: [ 94 handlers: [
96 ] 95 ]
97 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698