| ... | @@ -2879,6 +2879,7 @@ static bool const_values_equal(ConstExprValue *a, ConstExprValue *b, TypeTableEn | ... | @@ -2879,6 +2879,7 @@ static bool const_values_equal(ConstExprValue *a, ConstExprValue *b, TypeTableEn |
| 2879 | case TypeTableEntryIdUnreachable: | 2879 | case TypeTableEntryIdUnreachable: |
| 2880 | zig_unreachable(); | 2880 | zig_unreachable(); |
| 2881 | } | 2881 | } |
| | 2882 | zig_unreachable(); |
| 2882 | } | 2883 | } |
| 2883 | | 2884 | |
| 2884 | static TypeTableEntry *analyze_bool_bin_op_expr(CodeGen *g, ImportTableEntry *import, BlockContext *context, | 2885 | static TypeTableEntry *analyze_bool_bin_op_expr(CodeGen *g, ImportTableEntry *import, BlockContext *context, |
| ... | @@ -6238,6 +6239,7 @@ static uint32_t hash_const_val(TypeTableEntry *type, ConstExprValue *const_val) | ... | @@ -6238,6 +6239,7 @@ static uint32_t hash_const_val(TypeTableEntry *type, ConstExprValue *const_val) |
| 6238 | case TypeTableEntryIdUnreachable: | 6239 | case TypeTableEntryIdUnreachable: |
| 6239 | zig_unreachable(); | 6240 | zig_unreachable(); |
| 6240 | } | 6241 | } |
| | 6242 | zig_unreachable(); |
| 6241 | } | 6243 | } |
| 6242 | | 6244 | |
| 6243 | uint32_t generic_fn_type_id_hash(GenericFnTypeId *id) { | 6245 | uint32_t generic_fn_type_id_hash(GenericFnTypeId *id) { |