| ... | @@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr | ... | @@ -18048,7 +18048,7 @@ static Error ir_make_type_info_value(IrAnalyze *ira, IrInstruction *source_instr |
| 18048 | result = create_const_vals(1); | 18048 | result = create_const_vals(1); |
| 18049 | result->special = ConstValSpecialStatic; | 18049 | result->special = ConstValSpecialStatic; |
| 18050 | result->type = ira->codegen->builtin_types.entry_void; | 18050 | result->type = ira->codegen->builtin_types.entry_void; |
| 18051 | 	break; | 18051 | break; |
| 18052 | case ZigTypeIdInt: | 18052 | case ZigTypeIdInt: |
| 18053 | { | 18053 | { |
| 18054 | result = create_const_vals(1); | 18054 | result = create_const_vals(1); |