mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 17:05:16 +00:00
Zir: fix outdated comment
This commit is contained in:
parent
70cbe5ac7c
commit
6218e40046
@ -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.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user