Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index b2b9cc41665b0a10bfd2b08d98f67478b8f35496..6a5bdfd69219dda85d691a80e6238fded8603a19 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -512,7 +512,7 @@ CACHED_OP_LIST(CACHED) |
return &cache_.k##Name##StrictOperator; \ |
case STRONG: \ |
return &cache_.k##Name##StrongOperator; \ |
- case STRONG_BIT: \ |
+ default: \ |
break; /* %*!%^$#@ */ \ |
} \ |
UNREACHABLE(); \ |