| Index: src/full-codegen/ppc/full-codegen-ppc.cc
|
| diff --git a/src/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc
|
| similarity index 99%
|
| rename from src/ppc/full-codegen-ppc.cc
|
| rename to src/full-codegen/ppc/full-codegen-ppc.cc
|
| index 5bb755f6a7e3cfdfa53dd2f50bead745e15c1765..5241b8476d44b5d8ac525b879fa7b7259760cd12 100644
|
| --- a/src/ppc/full-codegen-ppc.cc
|
| +++ b/src/full-codegen/ppc/full-codegen-ppc.cc
|
| @@ -11,7 +11,7 @@
|
| #include "src/codegen.h"
|
| #include "src/compiler.h"
|
| #include "src/debug.h"
|
| -#include "src/full-codegen.h"
|
| +#include "src/full-codegen/full-codegen.h"
|
| #include "src/ic/ic.h"
|
| #include "src/parser.h"
|
| #include "src/scopes.h"
|
|
|