X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.h;h=b5e393f55419093590a2a4af5cd282cd526e6d6f;hb=246d0a3ac5d4cef9de6532ffa027b6a53e1e09ac;hp=b593cd91c8a201e13905dbe68844a15fe75f67b9;hpb=d293b8b097aeae699c77b20367b1d0014571ba48;p=libfirm diff --git a/ir/be/beutil.h b/ir/be/beutil.h index b593cd91c..b5e393f55 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -110,6 +110,10 @@ static INLINE int is_data_node(const ir_node *irn) return 0; } +/** + * Clears the link fields of all nodes of the given graph. + * @param irg The graph. + */ void be_clear_links(ir_graph *irg); /**