| ... | @@ -15772,7 +15772,10 @@ static TypeTableEntry *ir_analyze_instruction_type_info(IrAnalyze *ira, | ... | @@ -15772,7 +15772,10 @@ static TypeTableEntry *ir_analyze_instruction_type_info(IrAnalyze *ira, |
| 15772 | out_val->data.x_union.payload = payload; | 15772 | out_val->data.x_union.payload = payload; |
| 15773 | | 15773 | |
| 15774 | payload->special = ConstValSpecialStatic; | 15774 | payload->special = ConstValSpecialStatic; |
| 15775 | payload->type = get_builtin_value(ira->codegen, "IntInfo")->type; | 15775 | |
| | 15776 | ConstExprValue *int_info_type = get_builtin_value(ira->codegen, "IntInfo"); |
| | 15777 | assert(int_info_type->type->id == TypeTableEntryIdMetaType); |
| | 15778 | payload->type = int_info_type->data.x_type; |
| 15776 | | 15779 | |
| 15777 | ConstExprValue *fields = create_const_vals(2); | 15780 | ConstExprValue *fields = create_const_vals(2); |
| 15778 | payload->data.x_struct.fields = fields; | 15781 | payload->data.x_struct.fields = fields; |