X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt.h;h=5dab689760afbac23586a73a1094741c5b6955b7;hb=637542932dc27dcdfc7def09b58d9d5d4c34fb77;hp=f50d4f0606687fa4a41019e929e4df165306661e;hpb=346dfddce9be4420855b06ea40d2bf21dad9bc88;p=libfirm diff --git a/ir/ir/irgopt.h b/ir/ir/irgopt.h index f50d4f060..5dab68976 100644 --- a/ir/ir/irgopt.h +++ b/ir/ir/irgopt.h @@ -33,7 +33,7 @@ void local_optimize_node(ir_node *n); * * @param irg The graph to be optimized. * - * After appliying local_optimize_graph() to a IR-graph, Bad nodes + * After applying local_optimize_graph() to a IR-graph, Bad nodes * only occure as predecessor of Block and Phi nodes. */ void local_optimize_graph (ir_graph *irg); @@ -54,9 +54,6 @@ void local_optimize_graph (ir_graph *irg); * Removes old attributes of nodes. Sets link field to NULL. * Callee information must be freed (irg_callee_info_none). * - * Attention: the numbers assigned to nodes if the library is compiled for - * development/debugging are not conserved by copying. - * * @param irg The graph to be optimized. */ void dead_node_elimination(ir_graph *irg);