beloopana: Remove duplicate comments.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 21 Dec 2012 12:28:56 +0000 (13:28 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 21 Dec 2012 17:56:01 +0000 (18:56 +0100)
ir/be/beloopana.c

index 23b9910..ffb5c45 100644 (file)
@@ -151,10 +151,6 @@ be_loopana_t *be_new_loop_pressure(ir_graph *const irg, arch_register_class_t co
        return loop_ana;
 }
 
-/**
- * Returns the computed register pressure for the given class and loop.
- * @return The pressure or INT_MAX if not found
- */
 unsigned be_get_loop_pressure(be_loopana_t *loop_ana, const arch_register_class_t *cls, ir_loop *loop)
 {
        unsigned pressure = INT_MAX;
@@ -174,9 +170,6 @@ unsigned be_get_loop_pressure(be_loopana_t *loop_ana, const arch_register_class_
        return pressure;
 }
 
-/**
- * Frees the loop analysis object.
- */
 void be_free_loop_pressure(be_loopana_t *loop_ana)
 {
        del_set(loop_ana->data);