mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Correct a comment.
This commit is contained in:
parent
c4ba294433
commit
086fd0f3c3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void dot_dump_dag (void *_dag, const char *filename);
|
|||
|
||||
/** Make a dag for a single basic block.
|
||||
|
||||
\param node The flow graph node representing the basic block for which
|
||||
\param flownode The flow graph node representing the basic block for which
|
||||
the dag will be created. The node should have its live
|
||||
variable information already computed.
|
||||
\return The dag representing the basic block.
|
||||
|
|
Loading…
Reference in a new issue