authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2023-03-05 17:37:56+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-06 18:18:52-05:00
log6218e4004608000ba2e42e07ed1bd56745626820
tree0cce1d502fa43c0bcb43bfdd35e609e1043b7db9
parent70cbe5ac7c96c107985e0246dacefe04ea283761

Zir: fix outdated comment


1 files changed, 1 insertions(+), 2 deletions(-)

src/Zir.zig+1-2
...@@ -2045,8 +2045,7 @@ pub const Inst = struct {...@@ -2045,8 +2045,7 @@ pub const Inst = struct {
20452045
2046 /// A reference to a TypedValue or ZIR instruction.2046 /// A reference to a TypedValue or ZIR instruction.
2047 ///2047 ///
2048 /// If the Ref has a tag in this enum, it refers to a TypedValue which may be2048 /// If the Ref has a tag in this enum, it refers to a TypedValue.
2049 /// retrieved with Ref.toTypedValue().
2050 ///2049 ///
2051 /// If the value of a Ref does not have a tag, it refers to a ZIR instruction.2050 /// If the value of a Ref does not have a tag, it refers to a ZIR instruction.
2052 ///2051 ///