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

Unified Diff: src/hydrogen.h

Issue 1350113002: [runtime] Replace COMPARE/COMPARE_STRONG with proper Object::Compare. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index f60f2cb726b6d5dd1fd3fe9c2ee78b6a54d94be1..272bc5a554adb9f7e9e8185ffe0d38f71531a3f3 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2235,7 +2235,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(StringCharCodeAt) \
F(StringAdd) \
F(SubString) \
- F(StringCompare) \
F(RegExpExec) \
F(RegExpConstructResult) \
F(NumberToString) \
« no previous file with comments | « src/full-codegen/full-codegen.cc ('k') | src/hydrogen.cc » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698