| Index: src/crankshaft/x87/lithium-x87.cc
|
| diff --git a/src/x87/lithium-x87.cc b/src/crankshaft/x87/lithium-x87.cc
|
| similarity index 99%
|
| rename from src/x87/lithium-x87.cc
|
| rename to src/crankshaft/x87/lithium-x87.cc
|
| index cb429b2f21a3f58c8b067386eb9016248d44e8b8..480d2c67114e7ca9b90b1d7ea6758ada9682d40f 100644
|
| --- a/src/x87/lithium-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-x87.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/x87/lithium-x87.h"
|
| +#include "src/crankshaft/x87/lithium-x87.h"
|
|
|
| #include <sstream>
|
|
|
| #if V8_TARGET_ARCH_X87
|
|
|
| -#include "src/hydrogen-osr.h"
|
| -#include "src/lithium-inl.h"
|
| -#include "src/x87/lithium-codegen-x87.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| +#include "src/crankshaft/lithium-inl.h"
|
| +#include "src/crankshaft/x87/lithium-codegen-x87.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|