Index: src/crankshaft/hydrogen-flow-engine.h |
diff --git a/src/hydrogen-flow-engine.h b/src/crankshaft/hydrogen-flow-engine.h |
similarity index 97% |
rename from src/hydrogen-flow-engine.h |
rename to src/crankshaft/hydrogen-flow-engine.h |
index 9735ea811aee9712a0f439d62f3651a91ec5b3b0..3a488ddc18a9c1de922f2f7252205e967a36ca32 100644 |
--- a/src/hydrogen-flow-engine.h |
+++ b/src/crankshaft/hydrogen-flow-engine.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_FLOW_ENGINE_H_ |
-#define V8_HYDROGEN_FLOW_ENGINE_H_ |
+#ifndef V8_CRANKSHAFT_HYDROGEN_FLOW_ENGINE_H_ |
+#define V8_CRANKSHAFT_HYDROGEN_FLOW_ENGINE_H_ |
-#include "src/hydrogen.h" |
-#include "src/hydrogen-instructions.h" |
+#include "src/crankshaft/hydrogen.h" |
+#include "src/crankshaft/hydrogen-instructions.h" |
#include "src/zone.h" |
namespace v8 { |
@@ -217,4 +217,4 @@ class HFlowEngine { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_HYDROGEN_FLOW_ENGINE_H_ |
+#endif // V8_CRANKSHAFT_HYDROGEN_FLOW_ENGINE_H_ |