| Index: src/crankshaft/hydrogen-mark-unreachable.h
|
| diff --git a/src/hydrogen-mark-unreachable.h b/src/crankshaft/hydrogen-mark-unreachable.h
|
| similarity index 73%
|
| rename from src/hydrogen-mark-unreachable.h
|
| rename to src/crankshaft/hydrogen-mark-unreachable.h
|
| index a7b2459f6a0b9cb8343168a62f20430419234e42..1243b1fcbe9325a62813544311c7503e504b9965 100644
|
| --- a/src/hydrogen-mark-unreachable.h
|
| +++ b/src/crankshaft/hydrogen-mark-unreachable.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_HYDROGEN_MARK_UNREACHABLE_H_
|
| -#define V8_HYDROGEN_MARK_UNREACHABLE_H_
|
| +#ifndef V8_CRANKSHAFT_HYDROGEN_MARK_UNREACHABLE_H_
|
| +#define V8_CRANKSHAFT_HYDROGEN_MARK_UNREACHABLE_H_
|
|
|
| -#include "src/hydrogen.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -28,4 +28,4 @@ class HMarkUnreachableBlocksPhase : public HPhase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_HYDROGEN_MARK_UNREACHABLE_H_
|
| +#endif // V8_CRANKSHAFT_HYDROGEN_MARK_UNREACHABLE_H_
|
|
|