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

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

Issue 1985033002: [Interpreter] Change LogicalNot to ToBooleanLogicalNot and add non-ToBoolean version. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/IfConditions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
index f50b59f7e289f9a460ad40aa8312e6c18e9b0e1e..142cdd862d28676c497655ff515686454b6b5e7a 100644
--- a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
@@ -769,7 +769,7 @@ bytecodes: [
B(Ldar), R(0),
B(Star), R(5),
B(CallRuntime), U16(Runtime::k_Call), R(3), U8(3),
- B(LogicalNot),
+ B(ToBooleanLogicalNot),
B(LogicalNot),
B(Star), R(2),
B(Ldar), R(2),

Powered by Google App Engine
This is Rietveld 408576698