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

Unified Diff: src/hydrogen.cc

Issue 19683010: Merge all Hydrogen phase declarations into hydrogen-phases.h. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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/hydrogen-bce.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 789bd14656c99f7aaeef114983e8ad0bbc33b8ee..a2571dc42494ed4e3bd74748e02e513e6cb61807 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -33,24 +33,8 @@
#include "codegen.h"
#include "full-codegen.h"
#include "hashmap.h"
-#include "hydrogen-bce.h"
-#include "hydrogen-canonicalize.h"
-#include "hydrogen-dce.h"
-#include "hydrogen-dehoist.h"
-#include "hydrogen-deoptimizing-mark.h"
-#include "hydrogen-environment-liveness.h"
-#include "hydrogen-escape-analysis.h"
-#include "hydrogen-infer-representation.h"
-#include "hydrogen-infer-types.h"
-#include "hydrogen-gvn.h"
-#include "hydrogen-minus-zero.h"
#include "hydrogen-osr.h"
-#include "hydrogen-range-analysis.h"
-#include "hydrogen-redundant-phi.h"
-#include "hydrogen-removable-simulates.h"
-#include "hydrogen-representation-changes.h"
-#include "hydrogen-sce.h"
-#include "hydrogen-uint32-analysis.h"
+#include "hydrogen-phases.h"
#include "lithium-allocator.h"
#include "parser.h"
#include "scopeinfo.h"
« no previous file with comments | « no previous file | src/hydrogen-bce.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698