diff --git a/src/stage1/all_types.hpp b/src/stage1/all_types.hpp index ad7a8cd5cbb5fa50ae4201b3edfb11ae44ed1312..173449045805ec006eef8a484535c23868f07b5a 100644 --- a/src/stage1/all_types.hpp +++ b/src/stage1/all_types.hpp @@ -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