fixed output
[libfirm] / ir / stat / dags.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/ir/dags.h
4  * Purpose:     Statistics for Firm. DAG's in graphs.
5  * Author:      Michael Beck
6  * Created:
7  * CVS-ID:      $Id$
8  * Copyright:   (c) 2004 Universität Karlsruhe
9  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
10  */
11 #ifndef _DAGS_H_
12 #define _DAGS_H_
13
14 #include "firmstat_t.h"
15 /*
16  * count the DAG's size of a graph
17  */
18 void count_dags_in_graph(graph_entry_t *global, graph_entry_t *graph);
19
20 #endif /* _DAGS_H_ */