Chromium Code Reviews

Unified Diff: src/crankshaft/hydrogen-types.cc

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/crankshaft/hydrogen-types.cc
diff --git a/src/hydrogen-types.cc b/src/crankshaft/hydrogen-types.cc
similarity index 98%
rename from src/hydrogen-types.cc
rename to src/crankshaft/hydrogen-types.cc
index 7c50a1d8876668587a75086d93d851f70a808585..9c5e34194ee385e708e7f58bc958f2fee7718114 100644
--- a/src/hydrogen-types.cc
+++ b/src/crankshaft/hydrogen-types.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/hydrogen-types.h"
+#include "src/crankshaft/hydrogen-types.h"
#include "src/ostreams.h"
#include "src/types-inl.h"

Powered by Google App Engine