From 2ea59d24639602c1e2f1a1a18dd687b2e5c5c2a8 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 30 May 2006 13:03:00 +0000 Subject: [PATCH] removed copy_irn() declaration, not supported anymore [r7828] --- ir/opt/loop_unrolling.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_ */ -- 2.20.1