rewrite
[libfirm] / ir / ana2 / pto_util.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto_util.h
6    Purpose:     Utilitites for 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_UTIL_
17 # define _PTO_UTIL_
18
19 # include "irnode.h"
20 # include "entity.h"
21
22 /* ===================================================
23    Global Defines:
24    =================================================== */
25
26 /* ===================================================
27  Global Data Types:
28  =================================================== */
29
30 /* ===================================================
31    Global Prototypes:
32    =================================================== */
33 entity *get_ptr_ent (ir_node*);
34
35 /* ===================================================
36    Global Variables:
37    =================================================== */
38
39
40 # endif /* not defined _PTO_UTIL_ */
41
42
43 \f
44 /*
45   $Log$
46   Revision 1.4  2004/11/18 16:37:07  liekweg
47   rewrite
48
49
50 */