| Index: src/crankshaft/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| similarity index 99%
|
| rename from src/arm/lithium-codegen-arm.cc
|
| rename to src/crankshaft/arm/lithium-codegen-arm.cc
|
| index 370b84012d1db08692be723360f30a0d4be28183..688559819a0ff6b49a93f33bf198cec3366fd96f 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| @@ -2,12 +2,13 @@
|
| // 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/base/bits.h"
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| -#include "src/hydrogen-osr.h"
|
| +#include "src/crankshaft/arm/lithium-gap-resolver-arm.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| #include "src/profiler/cpu-profiler.h"
|
|
|