fix wrong usage of notify_edge for add_End_keepalive, add_Sync_pred and nodes with...
[libfirm] / ir / ir / irargs_t.h
1
2 #ifndef _FIRM_IRARGS_H
3 #define _FIRM_IRARGS_H
4
5 #include <libcore/lc_printf.h>
6
7 /**
8  * Get the firm printf arg environment.
9  * @return The environment.
10  */
11 lc_arg_env_t *firm_get_arg_env(void);
12
13 #endif