diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-03-21 21:07:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-03-21 21:07:07 -0700 |
commit | 08c24452910d4c430724e01b1feab36839856249 (patch) | |
tree | 152189aba15b055b4dbc274ce740a3a6d7dd4d8e /stdlib/compiler.tl | |
parent | 4f77a300d19f9e6990509424ccb3333555552d64 (diff) | |
download | txr-08c24452910d4c430724e01b1feab36839856249.tar.gz txr-08c24452910d4c430724e01b1feab36839856249.tar.bz2 txr-08c24452910d4c430724e01b1feab36839856249.zip |
compiler: unused warnings in optimizer.
* stdlib/optimizer.tl (basic-block print): Suppress
warning for pretty-p parameter using the use function.
(basic-blocks (local-liveness, calc-liveness,
thread-jumps-block, peephole-block, late-peephole,
fill-treg-compacting-map), (basic-block
apply-treg-compacting-map), dedup-labels): Fix
unused variables in pattern, mostly by replacing
them by @nil.
(basic-blocks check-bypass-empty): Method moved,
turned into (basic-block check-bypass-empty),
losing the unused basic-blocks parameter.
(basic-blocks elim-next-jump): Likewise moved
into basic-block class.
(basic-blocks elim-dead-code): Calls to check-bypass-empty
and elim-next-jump adjusted.
Diffstat (limited to 'stdlib/compiler.tl')
0 files changed, 0 insertions, 0 deletions