| Index: src/ic/handler-compiler.cc
|
| diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc
|
| index beeea32cc8ffa2a91a282cc50bf8081dda94ded6..26d195326f84620876c7a3f344cad64550a12781 100644
|
| --- a/src/ic/handler-compiler.cc
|
| +++ b/src/ic/handler-compiler.cc
|
| @@ -107,8 +107,6 @@
|
| function_index = Context::SYMBOL_FUNCTION_INDEX;
|
| } else if (map()->instance_type() == HEAP_NUMBER_TYPE) {
|
| function_index = Context::NUMBER_FUNCTION_INDEX;
|
| - } else if (map()->instance_type() == FLOAT32X4_TYPE) {
|
| - function_index = Context::FLOAT32X4_FUNCTION_INDEX;
|
| } else if (*map() == isolate()->heap()->boolean_map()) {
|
| function_index = Context::BOOLEAN_FUNCTION_INDEX;
|
| } else {
|
|
|