authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-27 17:39:18-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-28 12:58:40-07:00
logeb37722d79a2cde636c80d35c9478139d8513931
treebcf453c531f34c0cd5adf91c0cf03654d1a76347
parent2a990d69669c2a2cd16134e8ebbd2750060f8071

lol that's never going to happen in stage1


1 files changed, 1 insertions(+), 2 deletions(-)

src/stage1/all_types.hpp+1-2
...@@ -2720,8 +2720,7 @@ enum IrInstGenId {...@@ -2720,8 +2720,7 @@ enum IrInstGenId {
2720 IrInstGenIdExtern,2720 IrInstGenIdExtern,
2721};2721};
27222722
2723// Common fields between IrInstSrc and IrInstGen. This allows future passes2723// Common fields between IrInstSrc and IrInstGen.
2724// after pass2 to be added to zig.
2725struct IrInst {2724struct 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 codegen2726 // the instruction can be omitted in codegen