| Index: src/crankshaft/hydrogen-uint32-analysis.h
|
| diff --git a/src/hydrogen-uint32-analysis.h b/src/crankshaft/hydrogen-uint32-analysis.h
|
| similarity index 81%
|
| rename from src/hydrogen-uint32-analysis.h
|
| rename to src/crankshaft/hydrogen-uint32-analysis.h
|
| index 66674696b1670219bb6ec2f0153bdc14c54a1961..0d959b59531aac928ff6b5e700cf9d9f0daf5124 100644
|
| --- a/src/hydrogen-uint32-analysis.h
|
| +++ b/src/crankshaft/hydrogen-uint32-analysis.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_UINT32_ANALYSIS_H_
|
| -#define V8_HYDROGEN_UINT32_ANALYSIS_H_
|
| +#ifndef V8_CRANKSHAFT_HYDROGEN_UINT32_ANALYSIS_H_
|
| +#define V8_CRANKSHAFT_HYDROGEN_UINT32_ANALYSIS_H_
|
|
|
| -#include "src/hydrogen.h"
|
| +#include "src/crankshaft/hydrogen.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -34,4 +34,4 @@ class HUint32AnalysisPhase : public HPhase {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_HYDROGEN_UINT32_ANALYSIS_H_
|
| +#endif // V8_CRANKSHAFT_HYDROGEN_UINT32_ANALYSIS_H_
|
|
|