From 8aca33381b3dea1ef0bb6c120f59989075c438d1 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 21 Dec 2012 13:28:56 +0100 Subject: [PATCH 1/1] beloopana: Remove duplicate comments. --- ir/be/beloopana.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ir/be/beloopana.c b/ir/be/beloopana.c index 23b9910a5..ffb5c4502 100644 --- a/ir/be/beloopana.c +++ b/ir/be/beloopana.c @@ -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); -- 2.20.1