disabled show after showgraph, as it is (or was?) buggy
[libfirm] / ir / ana2 / irmemwalk.h
1 /* -*- c -*- */
2
3 /*
4  * Project:     libFIRM
5  * File name:   ir/ana2/irmemwalk.h
6  * Purpose:     walk along memory edges
7  * Author:      Florian
8  * Modified by:
9  * Created:     Mon 18 Oct 2004
10  * CVS-ID:      $Id$
11  * Copyright:   (c) 1999-2004 Universität Karlsruhe
12  * Licence:     This file is protected by GPL -  GNU GENERAL PUBLIC LICENSE.
13  */
14
15 # ifndef _IRMEMWALK_H_
16 # define _IRMEMWALK_H_
17
18 # include "irgraph.h"
19 # include "irgwalk.h"
20
21 void irg_walk_mem (ir_graph*, irg_walk_func*, irg_walk_func*, void*);
22 int get_irg_is_mem_visited (ir_graph*);
23
24 # endif /* not defined _IRMEMWALK_H_ */
25
26 \f
27 /*
28   $Log$
29   Revision 1.1  2004/10/21 11:09:37  liekweg
30   Moved memwalk stuf into irmemwalk
31   Moved lset stuff into lset
32   Moved typalise stuff into typalise
33
34
35  */