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