| ... | @@ -16961,8 +16961,6 @@ static IrInstGen *ir_analyze_tuple_cat(IrAnalyze *ira, IrInst* source_instr, | ... | @@ -16961,8 +16961,6 @@ static IrInstGen *ir_analyze_tuple_cat(IrAnalyze *ira, IrInst* source_instr, |
| 16961 | new_type->data.structure.special = StructSpecialInferredTuple; | 16961 | new_type->data.structure.special = StructSpecialInferredTuple; |
| 16962 | new_type->data.structure.resolve_status = ResolveStatusBeingInferred; | 16962 | new_type->data.structure.resolve_status = ResolveStatusBeingInferred; |
| 16963 | | 16963 | |
| 16964 | bool is_comptime = ir_should_inline(ira->old_irb.exec, source_instr->scope); | | |
| 16965 | | | |
| 16966 | IrInstGen *new_struct_ptr = ir_resolve_result(ira, source_instr, no_result_loc(), | 16964 | IrInstGen *new_struct_ptr = ir_resolve_result(ira, source_instr, no_result_loc(), |
| 16967 | new_type, nullptr, false, true); | 16965 | new_type, nullptr, false, true); |
| 16968 | uint32_t new_field_count = op1_field_count + op2_field_count; | 16966 | uint32_t new_field_count = op1_field_count + op2_field_count; |