| ... | @@ -2045,8 +2045,7 @@ pub const Inst = struct { | ... | @@ -2045,8 +2045,7 @@ pub const Inst = struct { |
| 2045 | | 2045 | |
| 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 be | 2048 | /// 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 | /// |