Index: src/crankshaft/hydrogen-escape-analysis.h |
diff --git a/src/hydrogen-escape-analysis.h b/src/crankshaft/hydrogen-escape-analysis.h |
similarity index 91% |
rename from src/hydrogen-escape-analysis.h |
rename to src/crankshaft/hydrogen-escape-analysis.h |
index be5f9f488e37f9d244d5c6241545cc34a5cab813..7dac6debe0ef22cf6a9314f00cd8cf5f5c1d4623 100644 |
--- a/src/hydrogen-escape-analysis.h |
+++ b/src/crankshaft/hydrogen-escape-analysis.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef V8_HYDROGEN_ESCAPE_ANALYSIS_H_ |
-#define V8_HYDROGEN_ESCAPE_ANALYSIS_H_ |
+#ifndef V8_CRANKSHAFT_HYDROGEN_ESCAPE_ANALYSIS_H_ |
+#define V8_CRANKSHAFT_HYDROGEN_ESCAPE_ANALYSIS_H_ |
#include "src/allocation.h" |
-#include "src/hydrogen.h" |
+#include "src/crankshaft/hydrogen.h" |
namespace v8 { |
namespace internal { |
@@ -68,4 +68,4 @@ class HEscapeAnalysisPhase : public HPhase { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_HYDROGEN_ESCAPE_ANALYSIS_H_ |
+#endif // V8_CRANKSHAFT_HYDROGEN_ESCAPE_ANALYSIS_H_ |