rewrite
[libfirm] / ir / ana2 / pto_init.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto_init.h
6    Purpose:     ...
7    Author:      Florian
8    Modified by:
9    Created:     Sat Nov 13 19:35:27 CET 2004
10    CVS-ID:      $Id$
11    Copyright:   (c) 1999-2004 Universität Karlsruhe
12    Licence:     This file is protected by the GPL -  GNU GENERAL PUBLIC LICENSE.
13 */
14
15
16 # ifndef _PTO_INIT_
17 # define _PTO_INIT_
18
19 # include "irgraph.h"
20 # include "ecg.h"
21
22 /* ===================================================
23    Global Defines:
24    =================================================== */
25
26 /* ===================================================
27  Global Data Types:
28  =================================================== */
29
30 /* ===================================================
31    Global Prototypes:
32    =================================================== */
33 /* Initialise the Names of the Types/Entities */
34 void pto_init_type_names (void);
35
36 /* Initialise the given graph */
37 void pto_init_graph (ir_graph*);
38
39 /* Set all alloc names to the right ptos */
40 void pto_init_allocs (graph_info_t*, int);
41
42 /* ===================================================
43    Global Variables:
44    =================================================== */
45
46
47 # endif /* not defined _PTO_INIT_ */
48
49
50 \f
51 /*
52   $Log$
53   Revision 1.2  2004/11/18 16:37:07  liekweg
54   rewrite
55
56
57 */