| ... | @@ -15719,7 +15719,7 @@ static IrInstruction *ir_resolve_result_raw(IrAnalyze *ira, IrInstruction *suspe | ... | @@ -15719,7 +15719,7 @@ static IrInstruction *ir_resolve_result_raw(IrAnalyze *ira, IrInstruction *suspe |
| 15719 | return result_loc->resolved_loc; | 15719 | return result_loc->resolved_loc; |
| 15720 | } | 15720 | } |
| 15721 | case ResultLocIdCast: { | 15721 | case ResultLocIdCast: { |
| 15722 | if (!non_null_comptime && value != nullptr && value->value.special != ConstValSpecialRuntime) | 15722 | if (value != nullptr && value->value.special != ConstValSpecialRuntime) |
| 15723 | return nullptr; | 15723 | return nullptr; |
| 15724 | ResultLocCast *result_cast = reinterpret_cast<ResultLocCast *>(result_loc); | 15724 | ResultLocCast *result_cast = reinterpret_cast<ResultLocCast *>(result_loc); |
| 15725 | ZigType *dest_type = ir_resolve_type(ira, result_cast->base.source_instruction->child); | 15725 | ZigType *dest_type = ir_resolve_type(ira, result_cast->base.source_instruction->child); |