ZIR: fix text printing of field_ptr_type

Thanks @g-w1
This commit is contained in:
Andrew Kelley 2021-04-22 22:18:41 -07:00
parent 8df4bb7c96
commit a830ebe718

View File

@ -2304,6 +2304,7 @@ const Writer = struct {
.store,
.store_to_block_ptr,
.store_to_inferred_ptr,
.field_ptr_type,
=> try self.writeBin(stream, inst),
.alloc,
@ -2436,7 +2437,6 @@ const Writer = struct {
.atomic_store,
.mul_add,
.builtin_call,
.field_ptr_type,
.field_parent_ptr,
.memcpy,
.memset,