rewritten
[libfirm] / ir / ana2 / pto_name.c
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto_name.c
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 # ifdef HAVE_CONFIG_H
16 #  include <config.h>
17 # endif
18
19 /*
20  pto_name: ...
21 */
22
23 # include "pto_name.h"
24
25 # include "irnode.h"
26 # include "xmalloc.h"
27
28 # include "pto_debug.h"
29
30 /* Local Defines: */
31
32 /* Local Data Types: */
33
34 /* Local Variables: */
35
36 /* Local Prototypes: */
37
38 /* ===================================================
39    Local Implementation:
40    =================================================== */
41
42
43 /* ===================================================
44    Exported Implementation:
45    =================================================== */
46
47
48
49
50 \f
51 /*
52   $Log$
53   Revision 1.1  2004/11/18 16:37:34  liekweg
54   rewritten
55
56
57 */