summaryrefslogtreecommitdiff
path: root/deps/v8/src/crankshaft/lithium-allocator-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/crankshaft/lithium-allocator-inl.h')
-rw-r--r--deps/v8/src/crankshaft/lithium-allocator-inl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/crankshaft/lithium-allocator-inl.h b/deps/v8/src/crankshaft/lithium-allocator-inl.h
index 22611b5efb..631af6024b 100644
--- a/deps/v8/src/crankshaft/lithium-allocator-inl.h
+++ b/deps/v8/src/crankshaft/lithium-allocator-inl.h
@@ -21,6 +21,8 @@
#include "src/crankshaft/mips/lithium-mips.h" // NOLINT
#elif V8_TARGET_ARCH_MIPS64
#include "src/crankshaft/mips64/lithium-mips64.h" // NOLINT
+#elif V8_TARGET_ARCH_S390
+#include "src/crankshaft/s390/lithium-s390.h" // NOLINT
#elif V8_TARGET_ARCH_X87
#include "src/crankshaft/x87/lithium-x87.h" // NOLINT
#else