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 | 3800dbb4dcb363419814735b7f1e00ff3544449b (patch) | |
tree | 152189aba15b055b4dbc274ce740a3a6d7dd4d8e /txr.1 | |
parent | 1adc9a307ca9009a9cd39b7ed109cd9ecb597200 (diff) | |
download | txr-3800dbb4dcb363419814735b7f1e00ff3544449b.tar.gz txr-3800dbb4dcb363419814735b7f1e00ff3544449b.tar.bz2 txr-3800dbb4dcb363419814735b7f1e00ff3544449b.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 'txr.1')
0 files changed, 0 insertions, 0 deletions