| Index: src/crankshaft/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/crankshaft/arm/lithium-arm.cc
|
| similarity index 99%
|
| rename from src/arm/lithium-arm.cc
|
| rename to src/crankshaft/arm/lithium-arm.cc
|
| index 87cbf0996c59ff640356a410bf01b53bd686d255..a820622a3d4ae65064fc94228c6ece6154ee6b20 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/crankshaft/arm/lithium-arm.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/arm/lithium-arm.h"
|
| +#include "src/crankshaft/arm/lithium-arm.h"
|
|
|
| #include <sstream>
|
|
|
| -#include "src/arm/lithium-codegen-arm.h"
|
| -#include "src/hydrogen-osr.h"
|
| -#include "src/lithium-inl.h"
|
| +#include "src/crankshaft/arm/lithium-codegen-arm.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| +#include "src/crankshaft/lithium-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|