summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/graph-reducer.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/graph-reducer.h')
-rw-r--r--deps/v8/src/compiler/graph-reducer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/graph-reducer.h b/deps/v8/src/compiler/graph-reducer.h
index 09a650cce8..5c612baf6e 100644
--- a/deps/v8/src/compiler/graph-reducer.h
+++ b/deps/v8/src/compiler/graph-reducer.h
@@ -5,13 +5,18 @@
#ifndef V8_COMPILER_GRAPH_REDUCER_H_
#define V8_COMPILER_GRAPH_REDUCER_H_
-#include "src/compiler/graph.h"
+#include "src/compiler/node-marker.h"
#include "src/zone-containers.h"
namespace v8 {
namespace internal {
namespace compiler {
+// Forward declarations.
+class Graph;
+class Node;
+
+
// Represents the result of trying to reduce a node in the graph.
class Reduction FINAL {
public: