| 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"
|
|
|