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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/WideRegisters.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 x0; 10 var x0;
12 var x1; 11 var x1;
13 var x2; 12 var x2;
14 var x3; 13 var x3;
15 var x4; 14 var x4;
16 var x5; 15 var x5;
(...skipping 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1300 B(Star), R(1), 1299 B(Star), R(1),
1301 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0), 1300 /* 1537 S> */ B(CallRuntime), U16(Runtime::kTheHole), R(0), U8(0),
1302 /* 1549 S> */ B(Ldar), R(1), 1301 /* 1549 S> */ B(Ldar), R(1),
1303 /* 1560 S> */ B(Return), 1302 /* 1560 S> */ B(Return),
1304 ] 1303 ]
1305 constant pool: [ 1304 constant pool: [
1306 ] 1305 ]
1307 handlers: [ 1306 handlers: [
1308 ] 1307 ]
1309 1308
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698