| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 57469de08ea43e01039f8463c0564b3e021dd1a9..d2efb97a094c45b500888b5ae6fea5405dd0a775 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -2561,6 +2561,7 @@ Type* Typer::Visitor::TypeWord32PairSar(Node* node) { return Type::Internal(); }
|
| #define SIMD_RETURN_SIMD(Name) \
|
| Type* Typer::Visitor::Type##Name(Node* node) { return Type::Simd(); }
|
| MACHINE_SIMD_RETURN_SIMD_OP_LIST(SIMD_RETURN_SIMD)
|
| +MACHINE_SIMD_GENERIC_OP_LIST(SIMD_RETURN_SIMD)
|
| #undef SIMD_RETURN_SIMD
|
|
|
| #define SIMD_RETURN_NUM(Name) \
|
|
|