| ... | @@ -1668,7 +1668,7 @@ static IrInstruction *ir_build_resize_slice(IrAnalyze *ira, IrInstruction *sourc | ... | @@ -1668,7 +1668,7 @@ static IrInstruction *ir_build_resize_slice(IrAnalyze *ira, IrInstruction *sourc |
| 1668 | instruction->result_loc = result_loc; | 1668 | instruction->result_loc = result_loc; |
| 1669 | | 1669 | |
| 1670 | ir_ref_instruction(operand, ira->new_irb.current_basic_block); | 1670 | ir_ref_instruction(operand, ira->new_irb.current_basic_block); |
| 1671 | ir_ref_instruction(result_loc, ira->new_irb.current_basic_block); | 1671 | if (result_loc != nullptr) ir_ref_instruction(result_loc, ira->new_irb.current_basic_block); |
| 1672 | | 1672 | |
| 1673 | return &instruction->base; | 1673 | return &instruction->base; |
| 1674 | } | 1674 | } |