mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
x86_64: fix merge conflict
This commit is contained in:
parent
9f1409cabc
commit
06992e159b
@ -222,8 +222,11 @@ const InstTracking = struct {
|
||||
.undef,
|
||||
.immediate,
|
||||
.memory,
|
||||
.linker_load,
|
||||
.tlv_reloc,
|
||||
.load_direct,
|
||||
.lea_direct,
|
||||
.load_got,
|
||||
.load_tlv,
|
||||
.lea_tlv,
|
||||
.ptr_stack_offset,
|
||||
=> return, // these can be rematerialized without using a stack slot
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user