mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-17 02:11:35 +00:00
56410ddc58
When mering if/goto (ie, if skipping a goto), the rest of the dead code remover is used to delete the goto. That part of the code unuses the goto's label. The if was getting the goto's label without the lable's used count being incremented (the usaged temporarily increases by one). I have no idea why the problem showed up randomly, but this seems to fix it (it fixes /a/ bug, anyway). |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |