Chromium Code Reviews

Unified Diff: src/crankshaft/arm/lithium-gap-resolver-arm.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/arm/lithium-gap-resolver-arm.cc
diff --git a/src/arm/lithium-gap-resolver-arm.cc b/src/crankshaft/arm/lithium-gap-resolver-arm.cc
similarity index 99%
rename from src/arm/lithium-gap-resolver-arm.cc
rename to src/crankshaft/arm/lithium-gap-resolver-arm.cc
index e1bd47b2ec034fed49e4dc7f5b061056029a703e..066db7dc54dc59a9efc44f3805912741f5a3e5d0 100644
--- a/src/arm/lithium-gap-resolver-arm.cc
+++ b/src/crankshaft/arm/lithium-gap-resolver-arm.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/arm/lithium-codegen-arm.h"
-#include "src/arm/lithium-gap-resolver-arm.h"
+#include "src/crankshaft/arm/lithium-codegen-arm.h"
+#include "src/crankshaft/arm/lithium-gap-resolver-arm.h"
namespace v8 {
namespace internal {

Powered by Google App Engine