| Index: src/crankshaft/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| similarity index 99%
|
| rename from src/x87/lithium-codegen-x87.cc
|
| rename to src/crankshaft/x87/lithium-codegen-x87.cc
|
| index 6b1e946ddb1ee22eb697f791b38640a489ca1079..125dba6f64d4ad00f1505972663c729995f08b9f 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -4,17 +4,18 @@
|
|
|
| #if V8_TARGET_ARCH_X87
|
|
|
| +#include "src/crankshaft/x87/lithium-codegen-x87.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/crankshaft/x87/frames-x87.h"
|
| #include "src/deoptimizer.h"
|
| -#include "src/hydrogen-osr.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| #include "src/profiler/cpu-profiler.h"
|
| -#include "src/x87/frames-x87.h"
|
| -#include "src/x87/lithium-codegen-x87.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|