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

Unified Diff: src/compiler/change-lowering.cc

Issue 509343002: Better typing and type verification (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased and new issues fixed Created 6 years, 2 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
« no previous file with comments | « no previous file | src/compiler/generic-node-inl.h » ('j') | src/compiler/opcodes.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/change-lowering.cc
diff --git a/src/compiler/change-lowering.cc b/src/compiler/change-lowering.cc
index d1cbdb83b67763efea5f94bffbda9327066f1a39..cc8646eead93d52d312bd25fdffeb3e0a53b2b90 100644
--- a/src/compiler/change-lowering.cc
+++ b/src/compiler/change-lowering.cc
@@ -7,6 +7,7 @@
#include "src/compiler/js-graph.h"
#include "src/compiler/linkage.h"
#include "src/compiler/machine-operator.h"
+#include "src/compiler/node-properties-inl.h"
titzer 2014/10/14 16:13:22 Do we need this header?
rossberg 2014/10/15 08:59:08 No.
namespace v8 {
namespace internal {
« no previous file with comments | « no previous file | src/compiler/generic-node-inl.h » ('j') | src/compiler/opcodes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698