| Index: src/hydrogen.cc
|
| diff --git a/src/hydrogen.cc b/src/hydrogen.cc
|
| index 25fc74973a8a721c0c3afdffbd76722d6026c5bc..ceb6d739512686357c1ea68a674394c4d9df2e30 100644
|
| --- a/src/hydrogen.cc
|
| +++ b/src/hydrogen.cc
|
| @@ -48,7 +48,6 @@
|
| #include "hydrogen-gvn.h"
|
| #include "hydrogen-mark-deoptimize.h"
|
| #include "hydrogen-mark-unreachable.h"
|
| -#include "hydrogen-minus-zero.h"
|
| #include "hydrogen-osr.h"
|
| #include "hydrogen-range-analysis.h"
|
| #include "hydrogen-redundant-phi.h"
|
| @@ -4049,10 +4048,9 @@ bool HGraph::Optimize(BailoutReason* bailout_reason) {
|
|
|
| if (FLAG_check_elimination) Run<HCheckEliminationPhase>();
|
|
|
| - if (FLAG_use_range) Run<HRangeAnalysisPhase>();
|
| + Run<HRangeAnalysisPhase>();
|
|
|
| Run<HComputeChangeUndefinedToNaN>();
|
| - Run<HComputeMinusZeroChecksPhase>();
|
|
|
| // Eliminate redundant stack checks on backwards branches.
|
| Run<HStackCheckEliminationPhase>();
|
|
|