Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index ea1785417e4af2c27441329cf4dc43faba89319c..0cb9629a04c9e70f89c8b905c29946675dbec232 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -19,6 +19,8 @@ |
#include "src/compiler/mips64/instruction-codes-mips64.h" |
#elif V8_TARGET_ARCH_X64 |
#include "src/compiler/x64/instruction-codes-x64.h" |
+#elif V8_TARGET_ARCH_PPC |
+#include "src/compiler/ppc/instruction-codes-ppc.h" |
#else |
#define TARGET_ARCH_OPCODE_LIST(V) |
#define TARGET_ADDRESSING_MODE_LIST(V) |