fixed C99 style
[libfirm] / ir / be / beprofile.h
1 /** vim: set sw=4 ts=4:
2  * @file   beprofile.h
3  * @date   2006-04-06
4  * @author Adam M. Szalkowski
5  * @cvs-id $Id$
6  *
7  * Code instrumentation and execution count profiling
8  *
9  * Copyright (C) 2006 Universitaet Karlsruhe
10  * Released under the GPL
11  */
12
13 #ifndef _BEPROFILE_H_
14 #define _BEPROFILE_H_
15
16 /**
17  * Instruments irgs with profile code.
18  * @return The irg doing the profile initialization.
19  */
20 ir_graph *be_profile_instrument(void);
21
22 void be_profile_read(void);
23
24 #endif /* _BEPROFILE_H_ */