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 {
20452045
20462046 /// A reference to a TypedValue or ZIR instruction.
20472047 ///
2048 /// If the Ref has a tag in this enum, it refers to a TypedValue which may be
2049 /// retrieved with Ref.toTypedValue().
2048 /// If the Ref has a tag in this enum, it refers to a TypedValue.
20502049 ///
20512050 /// If the value of a Ref does not have a tag, it refers to a ZIR instruction.
20522051 ///