| Index: src/crankshaft/lithium-allocator-inl.h
|
| diff --git a/src/crankshaft/lithium-allocator-inl.h b/src/crankshaft/lithium-allocator-inl.h
|
| index 22611b5efb63bc98c21022011e341adc1b5f63e4..631af6024bb9a92a74c24cdb716173f57ae13cea 100644
|
| --- a/src/crankshaft/lithium-allocator-inl.h
|
| +++ b/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
|
|
|