Index: src/crankshaft/hydrogen-canonicalize.h |
diff --git a/src/hydrogen-canonicalize.h b/src/crankshaft/hydrogen-canonicalize.h |
similarity index 72% |
rename from src/hydrogen-canonicalize.h |
rename to src/crankshaft/hydrogen-canonicalize.h |
index 693085b41069a0e153de9d1eca738dc683a22fea..a17557ac8b0549d777c354189b3f82f3d7279642 100644 |
--- a/src/hydrogen-canonicalize.h |
+++ b/src/crankshaft/hydrogen-canonicalize.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_CANONICALIZE_H_ |
-#define V8_HYDROGEN_CANONICALIZE_H_ |
+#ifndef V8_CRANKSHAFT_HYDROGEN_CANONICALIZE_H_ |
+#define V8_CRANKSHAFT_HYDROGEN_CANONICALIZE_H_ |
-#include "src/hydrogen.h" |
+#include "src/crankshaft/hydrogen.h" |
namespace v8 { |
namespace internal { |
@@ -26,4 +26,4 @@ class HCanonicalizePhase : public HPhase { |
} // namespace internal |
} // namespace v8 |
-#endif // V8_HYDROGEN_CANONICALIZE_H_ |
+#endif // V8_CRANKSHAFT_HYDROGEN_CANONICALIZE_H_ |