Nicer Colors
[libfirm] / ir / ana2 / pto_util.h
1 /* -*- c -*- */
2
3 /*
4  * Project:     libFIRM
5  * File name:   ir/ana2/pto_util.c
6  * Purpose:     Pto Utilities
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_UTIL_H_
16 # define _PTO_UTIL_H_
17
18 # include "irgraph.h"
19
20 /*
21   Find the arguments of a graph. For a method that has n args, the
22   result array has 'n+1' entries, the last of which is written NULL.
23 */
24 ir_node **find_irg_args (ir_graph*);
25
26 # endif /* not defined _PTO_UTIL_H_ */
27
28 \f
29 /*
30   $Log$
31   Revision 1.1  2004/10/22 15:10:51  liekweg
32   moved utils to pto_util
33
34
35  */