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