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 {
27202720 IrInstGenIdExtern,
27212721};
27222722
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.
27252724struct IrInst {
27262725 // if ref_count is zero and the instruction has no side effects,
27272726 // the instruction can be omitted in codegen