| ... | @@ -14732,6 +14732,7 @@ static IrInstruction *ir_align_cast(IrAnalyze *ira, IrInstruction *target, uint3 | ... | @@ -14732,6 +14732,7 @@ static IrInstruction *ir_align_cast(IrAnalyze *ira, IrInstruction *target, uint3 |
| 14732 | | 14732 | |
| 14733 | if (target_type->id == TypeTableEntryIdPointer) { | 14733 | if (target_type->id == TypeTableEntryIdPointer) { |
| 14734 | result_type = adjust_ptr_align(ira->codegen, target_type, align_bytes); | 14734 | result_type = adjust_ptr_align(ira->codegen, target_type, align_bytes); |
| | 14735 | old_align_bytes = target_type->data.pointer.alignment; |
| 14735 | } else if (target_type->id == TypeTableEntryIdFn) { | 14736 | } else if (target_type->id == TypeTableEntryIdFn) { |
| 14736 | FnTypeId fn_type_id = target_type->data.fn.fn_type_id; | 14737 | FnTypeId fn_type_id = target_type->data.fn.fn_type_id; |
| 14737 | old_align_bytes = fn_type_id.alignment; | 14738 | old_align_bytes = fn_type_id.alignment; |