| ... | @@ -2720,8 +2720,7 @@ enum IrInstGenId { | ... | @@ -2720,8 +2720,7 @@ enum IrInstGenId { |
| 2720 | IrInstGenIdExtern, | 2720 | IrInstGenIdExtern, |
| 2721 | }; | 2721 | }; |
| 2722 | | 2722 | |
| 2723 | // Common fields between IrInstSrc and IrInstGen. This allows future passes | 2723 | // Common fields between IrInstSrc and IrInstGen. |
| 2724 | // after pass2 to be added to zig. | | |
| 2725 | struct IrInst { | 2724 | struct IrInst { |
| 2726 | // if ref_count is zero and the instruction has no side effects, | 2725 | // if ref_count is zero and the instruction has no side effects, |
| 2727 | // the instruction can be omitted in codegen | 2726 | // the instruction can be omitted in codegen |