added doxygen comment
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 22 Jul 2008 16:23:43 +0000 (16:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 22 Jul 2008 16:23:43 +0000 (16:23 +0000)
[r20613]

ir/be/bespillremat.c

index 373022a..2d418f6 100644 (file)
@@ -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);