| ... | ... | @@ -20591,7 +20591,7 @@ static TypeTableEntry *ir_analyze_instruction_atomic_rmw(IrAnalyze *ira, IrInstr |
| 20591 | 20591 | return ira->codegen->builtin_types.entry_invalid; |
| 20592 | 20592 | |
| 20593 | 20593 | IrInstruction *casted_operand = ir_implicit_cast(ira, operand, operand_type); |
| 20594 | | if (type_is_invalid(casted_ptr->value.type)) |
| 20594 | if (type_is_invalid(casted_operand->value.type)) |
| 20595 | 20595 | return ira->codegen->builtin_types.entry_invalid; |
| 20596 | 20596 | |
| 20597 | 20597 | AtomicOrder ordering; |