Commit 6218e40046

r00ster91 <r00ster91@proton.me>
2023-03-05 17:37:56
Zir: fix outdated comment
1 parent 70cbe5a
Changed files (1)
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.
     ///