From 35c7e376b89f41d8260b70e770e03ef6af68849d Mon Sep 17 00:00:00 2001 From: Veikka Tuominen Date: Sat, 11 Jun 2022 11:33:09 +0300 Subject: stage2: improve anon name strategy for local variables --- src/Zir.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Zir.zig') diff --git a/src/Zir.zig b/src/Zir.zig index 1ca31755f7..b43b775dfa 100644 --- a/src/Zir.zig +++ b/src/Zir.zig @@ -3156,6 +3156,8 @@ pub const Inst = struct { /// Create an anonymous name for this declaration. /// Like this: "ParentDeclName_struct_69" anon, + /// Use the name specified in the next `dbg_var_{val,ptr}` instruction. + dbg_var, }; /// Trailing: -- cgit v1.2.3