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

Unified Diff: src/crankshaft/ia32/lithium-codegen-ia32.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
similarity index 99%
rename from src/ia32/lithium-codegen-ia32.cc
rename to src/crankshaft/ia32/lithium-codegen-ia32.cc
index 9529972f3629505588d1309233064f7b92b0ee99..d4ba6047de8cdbefdefda1800e60eb582e3d4269 100644
--- a/src/ia32/lithium-codegen-ia32.cc
+++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
@@ -4,14 +4,15 @@
#if V8_TARGET_ARCH_IA32
+#include "src/crankshaft/ia32/lithium-codegen-ia32.h"
+
#include "src/base/bits.h"
#include "src/code-factory.h"
#include "src/code-stubs.h"
#include "src/codegen.h"
+#include "src/crankshaft/hydrogen-osr.h"
#include "src/deoptimizer.h"
-#include "src/hydrogen-osr.h"
#include "src/ia32/frames-ia32.h"
-#include "src/ia32/lithium-codegen-ia32.h"
#include "src/ic/ic.h"
#include "src/ic/stub-cache.h"
#include "src/profiler/cpu-profiler.h"

Powered by Google App Engine
This is Rietveld 408576698