From 6218e4004608000ba2e42e07ed1bd56745626820 Mon Sep 17 00:00:00 2001 From: r00ster91 Date: Sun, 5 Mar 2023 17:37:56 +0100 Subject: [PATCH] Zir: fix outdated comment --- src/Zir.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Zir.zig b/src/Zir.zig index b8ea2ea295..65e2f21cc9 100644 --- a/src/Zir.zig +++ b/src/Zir.zig @@ -2045,8 +2045,7 @@ pub const Inst = struct { /// A reference to a TypedValue or ZIR instruction. /// - /// If the Ref has a tag in this enum, it refers to a TypedValue which may be - /// retrieved with Ref.toTypedValue(). + /// If the Ref has a tag in this enum, it refers to a TypedValue. /// /// If the value of a Ref does not have a tag, it refers to a ZIR instruction. ///