summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/instruction-codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/instruction-codes.h')
-rw-r--r--deps/v8/src/compiler/instruction-codes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/instruction-codes.h b/deps/v8/src/compiler/instruction-codes.h
index d4e0449ad9..df7a03163d 100644
--- a/deps/v8/src/compiler/instruction-codes.h
+++ b/deps/v8/src/compiler/instruction-codes.h
@@ -23,8 +23,6 @@
#include "src/compiler/ppc/instruction-codes-ppc.h"
#elif V8_TARGET_ARCH_S390
#include "src/compiler/s390/instruction-codes-s390.h"
-#elif V8_TARGET_ARCH_X87
-#include "src/compiler/x87/instruction-codes-x87.h"
#else
#define TARGET_ARCH_OPCODE_LIST(V)
#define TARGET_ADDRESSING_MODE_LIST(V)