mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
lol that's never going to happen in stage1
This commit is contained in:
parent
2a990d6966
commit
eb37722d79
@ -2720,8 +2720,7 @@ enum IrInstGenId {
|
||||
IrInstGenIdExtern,
|
||||
};
|
||||
|
||||
// Common fields between IrInstSrc and IrInstGen. This allows future passes
|
||||
// after pass2 to be added to zig.
|
||||
// Common fields between IrInstSrc and IrInstGen.
|
||||
struct IrInst {
|
||||
// if ref_count is zero and the instruction has no side effects,
|
||||
// the instruction can be omitted in codegen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user