From 51dafdd2a22ccff93fe6b64b99f484d9c8fc9304 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 27 Feb 2012 14:04:20 +0100 Subject: [PATCH] Correct comment: The first block in a graph is matured. --- include/libfirm/irgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/irgraph.h b/include/libfirm/irgraph.h index ce7ab894f..4c401c9d2 100644 --- a/include/libfirm/irgraph.h +++ b/include/libfirm/irgraph.h @@ -130,7 +130,7 @@ * - 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 -- 2.20.1