Correct comment: The first block in a graph is matured.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Feb 2012 13:04:20 +0000 (14:04 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Feb 2012 13:16:11 +0000 (14:16 +0100)
include/libfirm/irgraph.h

index ce7ab89..4c401c9 100644 (file)
  * - The end block containing an end node. This block is not matured
  *   after executing new_ir_graph() as predecessors need to be added to it.
  *   (Maturing a block means fixing its number of predecessors.)
- * - The current block, which is empty and also not matured.
+ * - The current block, which is empty and matured.
  *
  * Further it enters the global store into the data structure of the start
  * block that contains all valid values in this block (set_store()).  This