diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-28 22:22:56 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-29 00:39:22 -0700 |
| commit | 0e0d9e6bbec4a2ee928b989a00ae82c2c0929cfb (patch) | |
| tree | 928ce53a5616e69880556942e4df6b2ea6a02cb2 /pkg/qbe/gen.lua | |
| parent | 5b526c708f5a53ecbb4a132f16077e5de8d8578e (diff) | |
qbe: Update to latest git
Drop patch for zeroizing registers.
Diffstat (limited to 'pkg/qbe/gen.lua')
| -rw-r--r-- | pkg/qbe/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/qbe/gen.lua b/pkg/qbe/gen.lua index ca58652e..12e2dacd 100644 --- a/pkg/qbe/gen.lua +++ b/pkg/qbe/gen.lua @@ -6,7 +6,7 @@ cflags{ exe('qbe', [[ main.c util.c parse.c abi.c cfg.c mem.c ssa.c alias.c load.c - copy.c fold.c simpl.c live.c spill.c rega.c emit.c + copy.c fold.c gvn.c gcm.c simpl.c live.c spill.c rega.c emit.c amd64/(targ.c sysv.c isel.c emit.c) arm64/(targ.c abi.c isel.c emit.c) rv64/(targ.c abi.c isel.c emit.c) |
