| Index: src/crankshaft/hydrogen-instructions.cc
|
| diff --git a/src/crankshaft/hydrogen-instructions.cc b/src/crankshaft/hydrogen-instructions.cc
|
| index 1a82a0fa840be41aed66b6a25bc4bb87f129db4f..5b239da93c5f2928d3431f3f02e86f036e8216b1 100644
|
| --- a/src/crankshaft/hydrogen-instructions.cc
|
| +++ b/src/crankshaft/hydrogen-instructions.cc
|
| @@ -25,6 +25,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
|
|
|