From eb37722d79a2cde636c80d35c9478139d8513931 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 27 May 2021 17:39:18 -0700 Subject: [PATCH] lol that's never going to happen in stage1 --- src/stage1/all_types.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stage1/all_types.hpp b/src/stage1/all_types.hpp index ad7a8cd5cb..1734490458 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