Chromium Code Reviews| Index: src/compiler/types.cc |
| diff --git a/src/compiler/types.cc b/src/compiler/types.cc |
| index 6b308232674aa7d556d26cb16fbe80d9df15b9d1..3cd1221a6fa58683cbe2403e6975a97b1762bfa5 100644 |
| --- a/src/compiler/types.cc |
| +++ b/src/compiler/types.cc |
| @@ -270,6 +270,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; |