| author | |
| committer | |
| log | 6218e4004608000ba2e42e07ed1bd56745626820 |
| tree | 0cce1d502fa43c0bcb43bfdd35e609e1043b7db9 |
| parent | 70cbe5ac7c96c107985e0246dacefe04ea283761 |
1 files changed, 1 insertions(+), 2 deletions(-)
src/Zir.zig+1-2| ... | ... | @@ -2045,8 +2045,7 @@ pub const Inst = struct { |
| 2045 | 2045 | |
| 2046 | 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 | |
| 2049 | /// retrieved with Ref.toTypedValue(). | |
| 2048 | /// If the Ref has a tag in this enum, it refers to a TypedValue. | |
| 2050 | 2049 | /// |
| 2051 | 2050 | /// If the value of a Ref does not have a tag, it refers to a ZIR instruction. |
| 2052 | 2051 | /// |