| ... | @@ -1494,8 +1494,6 @@ fn walkInstruction( | ... | @@ -1494,8 +1494,6 @@ fn walkInstruction( |
| 1494 | .frame_type, | 1494 | .frame_type, |
| 1495 | .frame_size, | 1495 | .frame_size, |
| 1496 | .ptr_to_int, | 1496 | .ptr_to_int, |
| 1497 | .min, | | |
| 1498 | .max, | | |
| 1499 | .bit_not, | 1497 | .bit_not, |
| 1500 | // @check | 1498 | // @check |
| 1501 | .clz, | 1499 | .clz, |
| ... | @@ -1546,6 +1544,8 @@ fn walkInstruction( | ... | @@ -1546,6 +1544,8 @@ fn walkInstruction( |
| 1546 | .offset_of, | 1544 | .offset_of, |
| 1547 | .splat, | 1545 | .splat, |
| 1548 | .reduce, | 1546 | .reduce, |
| | 1547 | .min, |
| | 1548 | .max, |
| 1549 | => { | 1549 | => { |
| 1550 | const pl_node = data[inst_index].pl_node; | 1550 | const pl_node = data[inst_index].pl_node; |
| 1551 | const extra = file.zir.extraData(Zir.Inst.Bin, pl_node.payload_index); | 1551 | const extra = file.zir.extraData(Zir.Inst.Bin, pl_node.payload_index); |