Index: src/crankshaft/hydrogen-range-analysis.h |
diff --git a/src/hydrogen-range-analysis.h b/src/crankshaft/hydrogen-range-analysis.h |
similarity index 87% |
rename from src/hydrogen-range-analysis.h |
rename to src/crankshaft/hydrogen-range-analysis.h |
index f553302d5f3dec6d779d0a0d72c4815afbe3c54f..cff7026e14a3c448b1ef5de72b7478f565f6f4cb 100644 |
--- a/src/hydrogen-range-analysis.h |
+++ b/src/crankshaft/hydrogen-range-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_RANGE_ANALYSIS_H_ |
-#define V8_HYDROGEN_RANGE_ANALYSIS_H_ |
+#ifndef V8_CRANKSHAFT_HYDROGEN_RANGE_ANALYSIS_H_ |
+#define V8_CRANKSHAFT_HYDROGEN_RANGE_ANALYSIS_H_ |
-#include "src/hydrogen.h" |
+#include "src/crankshaft/hydrogen.h" |
namespace v8 { |
namespace internal { |
@@ -48,4 +48,4 @@ class HRangeAnalysisPhase : public HPhase { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_HYDROGEN_RANGE_ANALYSIS_H_ |
+#endif // V8_CRANKSHAFT_HYDROGEN_RANGE_ANALYSIS_H_ |