| Index: src/crankshaft/hydrogen-infer-representation.h
|
| diff --git a/src/hydrogen-infer-representation.h b/src/crankshaft/hydrogen-infer-representation.h
|
| similarity index 77%
|
| rename from src/hydrogen-infer-representation.h
|
| rename to src/crankshaft/hydrogen-infer-representation.h
|
| index 883173d8a323a57b580f3ea39b9fda0805ca64d8..92f2bc8c5979e89100ce4b2748428daf1df8d574 100644
|
| --- a/src/hydrogen-infer-representation.h
|
| +++ b/src/crankshaft/hydrogen-infer-representation.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_INFER_REPRESENTATION_H_
|
| -#define V8_HYDROGEN_INFER_REPRESENTATION_H_
|
| +#ifndef V8_CRANKSHAFT_HYDROGEN_INFER_REPRESENTATION_H_
|
| +#define V8_CRANKSHAFT_HYDROGEN_INFER_REPRESENTATION_H_
|
|
|
| -#include "src/hydrogen.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -32,4 +32,4 @@ class HInferRepresentationPhase : public HPhase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_HYDROGEN_INFER_REPRESENTATION_H_
|
| +#endif // V8_CRANKSHAFT_HYDROGEN_INFER_REPRESENTATION_H_
|
|
|