Index: src/lithium.cc |
diff --git a/src/lithium.cc b/src/lithium.cc |
index a8d4d22ab5cad967e732826aa2510d7266754dce..dad7164547fe831c36aa4c548e47cb73cd66877b 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 |