Index: src/crankshaft/hydrogen-osr.h |
diff --git a/src/hydrogen-osr.h b/src/crankshaft/hydrogen-osr.h |
similarity index 90% |
rename from src/hydrogen-osr.h |
rename to src/crankshaft/hydrogen-osr.h |
index 6a63988a06b7f959d229f2fa287b4581a3c9e1c9..52c94dcad36dea4c3aa9befdf726fed182f7c592 100644 |
--- a/src/hydrogen-osr.h |
+++ b/src/crankshaft/hydrogen-osr.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_OSR_H_ |
-#define V8_HYDROGEN_OSR_H_ |
+#ifndef V8_CRANKSHAFT_HYDROGEN_OSR_H_ |
+#define V8_CRANKSHAFT_HYDROGEN_OSR_H_ |
-#include "src/hydrogen.h" |
#include "src/ast.h" |
+#include "src/crankshaft/hydrogen.h" |
#include "src/zone.h" |
namespace v8 { |
@@ -52,4 +52,4 @@ class HOsrBuilder : public ZoneObject { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_HYDROGEN_OSR_H_ |
+#endif // V8_CRANKSHAFT_HYDROGEN_OSR_H_ |