mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
5291cfb03d
In order to correctly handle swap-style code { t = a; a = b; b = t; } edges need to be created for each of the assignments moving an identifier lable, but the dag must remain acyclic (the above example wants to create a cycle). Having the reachable nodes recorded makes checking for potential loops a quick operation. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |