| Index: src/lithium.cc
|
| diff --git a/src/lithium.cc b/src/lithium.cc
|
| index d57a2dd4acd9f89f27c4b3241a4f519f021173d1..7e2f1a62be1d14a3af2be3ae33ea841cec769f67 100644
|
| --- a/src/lithium.cc
|
| +++ b/src/lithium.cc
|
| @@ -18,6 +18,9 @@
|
| #elif V8_TARGET_ARCH_ARM
|
| #include "src/arm/lithium-arm.h" // NOLINT
|
| #include "src/arm/lithium-codegen-arm.h" // NOLINT
|
| +#elif V8_TARGET_ARCH_PPC
|
| +#include "src/ppc/lithium-ppc.h" // NOLINT
|
| +#include "src/ppc/lithium-codegen-ppc.h" // NOLINT
|
| #elif V8_TARGET_ARCH_MIPS
|
| #include "src/mips/lithium-mips.h" // NOLINT
|
| #include "src/mips/lithium-codegen-mips.h" // NOLINT
|
|
|