| Index: src/regexp/ppc/regexp-macro-assembler-ppc.cc
|
| diff --git a/src/ppc/regexp-macro-assembler-ppc.cc b/src/regexp/ppc/regexp-macro-assembler-ppc.cc
|
| similarity index 99%
|
| rename from src/ppc/regexp-macro-assembler-ppc.cc
|
| rename to src/regexp/ppc/regexp-macro-assembler-ppc.cc
|
| index 9e4e9e5c73a8f7b8bfae8e2dd28956710526147c..b0d356c1c32644f3cb3b7eb2739fabbfd5bf19be 100644
|
| --- a/src/ppc/regexp-macro-assembler-ppc.cc
|
| +++ b/src/regexp/ppc/regexp-macro-assembler-ppc.cc
|
| @@ -6,17 +6,17 @@
|
|
|
| #if V8_TARGET_ARCH_PPC
|
|
|
| +#include "src/regexp/ppc/regexp-macro-assembler-ppc.h"
|
| +
|
| #include "src/base/bits.h"
|
| #include "src/code-stubs.h"
|
| #include "src/cpu-profiler.h"
|
| #include "src/log.h"
|
| #include "src/macro-assembler.h"
|
| -#include "src/regexp-macro-assembler.h"
|
| -#include "src/regexp-stack.h"
|
| +#include "src/regexp/regexp-macro-assembler.h"
|
| +#include "src/regexp/regexp-stack.h"
|
| #include "src/unicode.h"
|
|
|
| -#include "src/ppc/regexp-macro-assembler-ppc.h"
|
| -
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|