| Index: src/lithium.cc
|
| diff --git a/src/lithium.cc b/src/lithium.cc
|
| index a8d4d22ab5cad967e732826aa2510d7266754dce..d91a26341a0812524022aee77c4f2b5e6cd2e963 100644
|
| --- a/src/lithium.cc
|
| +++ b/src/lithium.cc
|
| @@ -17,6 +17,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
|
|
|