Checks now the Load_mode
[libfirm] / ir / ir / irgwalk.h
index ccd9bc1..ddf6ed4 100644 (file)
 typedef void irg_walk_func(ir_node *node, void *env);
 #endif
 
-/** Allocates some necessary datastructures. */
-void init_ip_walk(void);
-
-/** Frees some necessary datastructures. */
-void finish_ip_walk(void);
-
 /**
  * Walks over the ir graph.
  *