| author | |
| committer | |
| log | eb37722d79a2cde636c80d35c9478139d8513931 |
| tree | bcf453c531f34c0cd5adf91c0cf03654d1a76347 |
| parent | 2a990d69669c2a2cd16134e8ebbd2750060f8071 |
1 files changed, 1 insertions(+), 2 deletions(-)
src/stage1/all_types.hpp+1-2| ... | ... | @@ -2720,8 +2720,7 @@ enum IrInstGenId { |
| 2720 | 2720 | IrInstGenIdExtern, |
| 2721 | 2721 | }; |
| 2722 | 2722 | |
| 2723 | // Common fields between IrInstSrc and IrInstGen. This allows future passes | |
| 2724 | // after pass2 to be added to zig. | |
| 2723 | // Common fields between IrInstSrc and IrInstGen. | |
| 2725 | 2724 | struct IrInst { |
| 2726 | 2725 | // if ref_count is zero and the instruction has no side effects, |
| 2727 | 2726 | // the instruction can be omitted in codegen |