| ... | @@ -12423,6 +12423,7 @@ bool ir_has_side_effects(IrInstruction *instruction) { | ... | @@ -12423,6 +12423,7 @@ bool ir_has_side_effects(IrInstruction *instruction) { |
| 12423 | case IrInstructionIdCheckSwitchProngs: | 12423 | case IrInstructionIdCheckSwitchProngs: |
| 12424 | case IrInstructionIdSetGlobalAlign: | 12424 | case IrInstructionIdSetGlobalAlign: |
| 12425 | case IrInstructionIdSetGlobalSection: | 12425 | case IrInstructionIdSetGlobalSection: |
| | 12426 | case IrInstructionIdUnwrapErrPayload: |
| 12426 | return true; | 12427 | return true; |
| 12427 | case IrInstructionIdPhi: | 12428 | case IrInstructionIdPhi: |
| 12428 | case IrInstructionIdUnOp: | 12429 | case IrInstructionIdUnOp: |
| ... | @@ -12471,7 +12472,6 @@ bool ir_has_side_effects(IrInstruction *instruction) { | ... | @@ -12471,7 +12472,6 @@ bool ir_has_side_effects(IrInstruction *instruction) { |
| 12471 | case IrInstructionIdFrameAddress: | 12472 | case IrInstructionIdFrameAddress: |
| 12472 | case IrInstructionIdTestErr: | 12473 | case IrInstructionIdTestErr: |
| 12473 | case IrInstructionIdUnwrapErrCode: | 12474 | case IrInstructionIdUnwrapErrCode: |
| 12474 | case IrInstructionIdUnwrapErrPayload: | | |
| 12475 | case IrInstructionIdMaybeWrap: | 12475 | case IrInstructionIdMaybeWrap: |
| 12476 | case IrInstructionIdErrWrapCode: | 12476 | case IrInstructionIdErrWrapCode: |
| 12477 | case IrInstructionIdErrWrapPayload: | 12477 | case IrInstructionIdErrWrapPayload: |