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" |