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

Unified Diff: src/compiler/node-properties.h

Issue 961973002: [turbofan] First shot at eager deoptimization in Turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Simple test Created 5 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/node-properties.h
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h
index 47396fb9a9386f23f87fb5c28f46420421521255..9b3d2880b771c99697e5758ca8e530ff4e1709a5 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -85,7 +85,6 @@ class NodeProperties FINAL {
// control uses will be relaxed assuming {node} cannot throw.
static void ReplaceWithValue(Node* node, Node* value, Node* effect = nullptr);
-
// ---------------------------------------------------------------------------
// Miscellaneous utilities.

Powered by Google App Engine
This is Rietveld 408576698