Bugfixes
[libfirm] / ir / ana2 / pto.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto.h
6    Purpose:     Import all includes needed for PTO/Entry to PTO
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_
17 # define _PTO_
18
19 # include "pto_comp.h"
20
21 /* ===================================================
22    Global Defines:
23    =================================================== */
24 # define N_INITIAL_OJBS     10
25
26 /* ===================================================
27  Global Data Types:
28  =================================================== */
29
30 /* ===================================================
31    Global Prototypes:
32    =================================================== */
33 /* Perform PTO on all visible graphs. */
34 void pto_init (int);
35 void pto_run (void);
36 void pto_cleanup (void);
37
38 /* ===================================================
39    Global Variables:
40    =================================================== */
41
42
43 # endif /* not defined _PTO_ */
44
45
46 \f
47 /*
48   $Log$
49   Revision 1.6  2004/11/24 14:53:55  liekweg
50   Bugfixes
51
52   Revision 1.5  2004/11/18 16:37:07  liekweg
53   rewrite
54
55
56 */