Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

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

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/crankshaft/hydrogen-bch.h ('k') | src/crankshaft/hydrogen-canonicalize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/hydrogen-bch.cc
diff --git a/src/hydrogen-bch.cc b/src/crankshaft/hydrogen-bch.cc
similarity index 99%
rename from src/hydrogen-bch.cc
rename to src/crankshaft/hydrogen-bch.cc
index a4c0ae4e2536acc32a67cf2ab0891c01b2776617..060e0bcdabb488c6181ea72906a6f722040235b0 100644
--- a/src/hydrogen-bch.cc
+++ b/src/crankshaft/hydrogen-bch.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-bch.h"
+#include "src/crankshaft/hydrogen-bch.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/crankshaft/hydrogen-bch.h ('k') | src/crankshaft/hydrogen-canonicalize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698