From 960a1def48a8c07c068964ca70a8b17703f1fd89 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 13 Jan 2003 15:50:22 +0000 Subject: [PATCH] Added init_ip_walk() and finish_ip_walk() prototypes [r601] --- ir/ir/irgwalk.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index efafb55e7..3db617cfb 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -24,6 +24,12 @@ typedef void (irg_walk_func)(ir_node *, void *); #endif +/* Allocates some necessary datastructures. */ +void init_ip_walk(void); + +/* Frees some necessary datastructures. */ +void finish_ip_walk(void); + /* Walks over the ir graph, starting at the node given as first argument. Executes pre before visiting the predecessor of a node, post after. irg_walk uses the visited flag in irg and the nodes to determine visited -- 2.20.1