replaced char* by idents, minor fix in Firm codegen for call
[libfirm] / ir / ana2 / pto.h
1 /* -*- c -*- */
2
3 /*
4  * Project:     libFIRM
5  * File name:   ir/ana2/pto.c
6  * Purpose:     Pto
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 _PTO_H_
16 # define _PTO_H_
17
18 void pto_test_mem (void);
19
20 # endif /* not defined _PTO_H_ */
21
22 \f
23 /*
24  * $Log$
25  * Revision 1.2  2004/10/21 11:09:37  liekweg
26  * Moved memwalk stuf into irmemwalk
27  * Moved lset stuff into lset
28  * Moved typalise stuff into typalise
29  *
30  * Revision 1.1  2004/10/20 14:59:42  liekweg
31  * Added ana2, added ecg and pto
32  *
33  */