From: Michael Beck Date: Tue, 22 Jul 2008 16:23:43 +0000 (+0000) Subject: added doxygen comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f8351f6e96dfce9aa29522997a70a3eb2ae50fdb;p=libfirm added doxygen comment [r20613] --- diff --git a/ir/be/bespillremat.c b/ir/be/bespillremat.c index 373022af3..2d418f637 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -3247,6 +3247,9 @@ is_zero(double x) return fabs(x) < 0.00001; } +/** + * node attribute hook for changing colors + */ static int mark_remat_nodes_hook(FILE *F, ir_node *n, ir_node *l) { spill_ilp_t *si = get_irg_link(current_ir_graph);