| Index: src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| similarity index 99%
|
| rename from src/arm64/lithium-codegen-arm64.cc
|
| rename to src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| index 530bd521544e05185fa194153d02a9f5339902ca..a68ed3f8d8d1599142c6831f228220b394dbf107 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| @@ -2,13 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "src/crankshaft/arm64/lithium-codegen-arm64.h"
|
| +
|
| #include "src/arm64/frames-arm64.h"
|
| -#include "src/arm64/lithium-codegen-arm64.h"
|
| -#include "src/arm64/lithium-gap-resolver-arm64.h"
|
| #include "src/base/bits.h"
|
| #include "src/code-factory.h"
|
| #include "src/code-stubs.h"
|
| -#include "src/hydrogen-osr.h"
|
| +#include "src/crankshaft/arm64/lithium-gap-resolver-arm64.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| #include "src/profiler/cpu-profiler.h"
|
|
|