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

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

Issue 460593003: Initial import of ChangeLowering. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 years, 4 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 eaa4d66ada1c593aab3c8530b2e4292c60879077..8588f60ea92094ccfd7b042bbfed977a4dbf89b0 100644
--- a/src/compiler/node-properties.h
+++ b/src/compiler/node-properties.h
@@ -5,15 +5,13 @@
#ifndef V8_COMPILER_NODE_PROPERTIES_H_
#define V8_COMPILER_NODE_PROPERTIES_H_
-#include "src/v8.h"
-
+#include "src/compiler/node.h"
#include "src/types.h"
namespace v8 {
namespace internal {
namespace compiler {
-class Node;
class Operator;
// A facade that simplifies access to the different kinds of inputs to a node.
@@ -50,8 +48,9 @@ class NodeProperties {
static inline bool IsInputRange(Node::Edge edge, int first, int count);
};
-}
-}
-} // namespace v8::internal::compiler
+
+} // namespace compiler
+} // namespace internal
+} // namespace v8
#endif // V8_COMPILER_NODE_PROPERTIES_H_

Powered by Google App Engine
This is Rietveld 408576698