| Index: src/crankshaft/ppc/lithium-gap-resolver-ppc.cc
|
| diff --git a/src/ppc/lithium-gap-resolver-ppc.cc b/src/crankshaft/ppc/lithium-gap-resolver-ppc.cc
|
| similarity index 98%
|
| rename from src/ppc/lithium-gap-resolver-ppc.cc
|
| rename to src/crankshaft/ppc/lithium-gap-resolver-ppc.cc
|
| index 16fb665dda837d73e902baaa335b133bc424f475..4e249808f761a34eb7799b67e9c61f1661774c4a 100644
|
| --- a/src/ppc/lithium-gap-resolver-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-gap-resolver-ppc.cc
|
| @@ -2,8 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/ppc/lithium-codegen-ppc.h"
|
| -#include "src/ppc/lithium-gap-resolver-ppc.h"
|
| +#include "src/crankshaft/ppc/lithium-gap-resolver-ppc.h"
|
| +
|
| +#include "src/crankshaft/ppc/lithium-codegen-ppc.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|