From: Michael Beck Date: Tue, 30 May 2006 13:03:00 +0000 (+0000) Subject: removed copy_irn() declaration, not supported anymore X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2ea59d24639602c1e2f1a1a18dd687b2e5c5c2a8;p=libfirm removed copy_irn() declaration, not supported anymore [r7828] --- diff --git a/ir/opt/loop_unrolling.h b/ir/opt/loop_unrolling.h index 5c0c7cbe5..e8da11da0 100644 --- a/ir/opt/loop_unrolling.h +++ b/ir/opt/loop_unrolling.h @@ -21,10 +21,10 @@ #define _LOOP_UNROLLING_H_ #include "irgraph.h" -/* Make a copy for a ir node.*/ -void copy_irn(ir_node *irn, void *env); + /** * Do Loop unrolling in the given graph. */ void optimize_loop_unrolling(ir_graph *irg); + #endif /* _LOOP_UNROLLING_H_ */