| Index: src/crankshaft/hydrogen-infer-types.h
|
| diff --git a/src/hydrogen-infer-types.h b/src/crankshaft/hydrogen-infer-types.h
|
| similarity index 80%
|
| rename from src/hydrogen-infer-types.h
|
| rename to src/crankshaft/hydrogen-infer-types.h
|
| index e5f5ef94ee462b6215699e52441bf0473aaee484..8acfeabd60d1327d4b4969ac872c7508dac42b7b 100644
|
| --- a/src/hydrogen-infer-types.h
|
| +++ b/src/crankshaft/hydrogen-infer-types.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_TYPES_H_
|
| -#define V8_HYDROGEN_INFER_TYPES_H_
|
| +#ifndef V8_CRANKSHAFT_HYDROGEN_INFER_TYPES_H_
|
| +#define V8_CRANKSHAFT_HYDROGEN_INFER_TYPES_H_
|
|
|
| -#include "src/hydrogen.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -34,4 +34,4 @@ class HInferTypesPhase : public HPhase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_HYDROGEN_INFER_TYPES_H_
|
| +#endif // V8_CRANKSHAFT_HYDROGEN_INFER_TYPES_H_
|
|
|