| Index: src/crankshaft/mips64/lithium-mips64.cc
|
| diff --git a/src/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc
|
| similarity index 99%
|
| rename from src/mips64/lithium-mips64.cc
|
| rename to src/crankshaft/mips64/lithium-mips64.cc
|
| index 4595722fb4061775ec1b2a8bec98026ef36495e4..246a095efc6ffa7c7798ac0cb4088e0db62ce064 100644
|
| --- a/src/mips64/lithium-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-mips64.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/mips64/lithium-mips64.h"
|
| +#include "src/crankshaft/mips64/lithium-mips64.h"
|
|
|
| #include <sstream>
|
|
|
| #if V8_TARGET_ARCH_MIPS64
|
|
|
| -#include "src/hydrogen-osr.h"
|
| -#include "src/lithium-inl.h"
|
| -#include "src/mips64/lithium-codegen-mips64.h"
|
| +#include "src/crankshaft/hydrogen-osr.h"
|
| +#include "src/crankshaft/lithium-inl.h"
|
| +#include "src/crankshaft/mips64/lithium-codegen-mips64.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|