Skip to content

Commit

Permalink
Zir: fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored and andrewrk committed Mar 6, 2023
1 parent 70cbe5a commit 6218e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Zir.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 6218e40

Please sign in to comment.