| Index: src/crankshaft/hydrogen-redundant-phi.cc
|
| diff --git a/src/hydrogen-redundant-phi.cc b/src/crankshaft/hydrogen-redundant-phi.cc
|
| similarity index 97%
|
| rename from src/hydrogen-redundant-phi.cc
|
| rename to src/crankshaft/hydrogen-redundant-phi.cc
|
| index 1b3c94a3db0c8670f755e619056d738a57d521b9..ef8b29159d42488791d6f3e2d0a7556230719fa5 100644
|
| --- a/src/hydrogen-redundant-phi.cc
|
| +++ b/src/crankshaft/hydrogen-redundant-phi.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/hydrogen-redundant-phi.h"
|
| +#include "src/crankshaft/hydrogen-redundant-phi.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|