Chromium Code Reviews| Index: src/compiler/types.cc |
| diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
| index a9155f337f0073fe40fa6033bb61382f9cd50713..395c67a867fb7d2959c12ad2f9c563fd95f6a836 100644 |
| --- a/src/compiler/types.cc |
| +++ b/src/compiler/types.cc |
| @@ -271,6 +271,7 @@ Type::bitset BitsetType::Lub(i::Map* map) { |
| case CELL_TYPE: |
| case WEAK_CELL_TYPE: |
| case PROTOTYPE_INFO_TYPE: |
| + case TUPLE3_TYPE: |
| case CONTEXT_EXTENSION_TYPE: |
| UNREACHABLE(); |
| return kNone; |