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

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

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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/FunctionLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
index 5e181ed02bf99868dc05c0cb55db339f6c149afe..fe7176ce15d7427fa23db2ae75aaa5871a00a9d3 100644
--- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
@@ -60,7 +60,7 @@ bytecodes: [
B(Star), R(1),
B(CreateClosure), U8(0), U8(0),
B(Star), R(0),
- B(LdaSmi8), U8(1),
+ B(LdaSmi), U8(1),
B(Star), R(2),
B(Call), R(0), R(1), U8(2), U8(1),
B(Return),

Powered by Google App Engine
This is Rietveld 408576698