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

Unified Diff: src/compiler/js-native-context-specialization.h

Issue 1721103003: [turbofan] Introduce DeoptimizeIf And DeoptimizeUnless common operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Created 4 years, 10 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/compiler/js-native-context-specialization.h
diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
index 4251d72fc4f716856851c63fb25ac31e17aff741..5562c6e36e4b56a16c8292e60302b5769d6023bc 100644
--- a/src/compiler/js-native-context-specialization.h
+++ b/src/compiler/js-native-context-specialization.h
@@ -85,10 +85,6 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
Handle<Context> native_context,
Handle<JSObject> holder);
- // Assuming that {if_projection} is either IfTrue or IfFalse, adds a hint on
- // the dominating Branch that {if_projection} is the unlikely (deferred) case.
- void MarkAsDeferred(Node* if_projection);
-
// Retrieve the native context from the given {node} if known.
MaybeHandle<Context> GetNativeContext(Node* node);

Powered by Google App Engine
This is Rietveld 408576698