- get_Block_cfgpred_arr() IS supported, but should not be in the official
[libfirm] / ir / ir / irphases_t.h
1 /**
2  * @file   irphases_t.h
3  * @date   18.11.2007
4  * @author Sebastian Hack
5  *
6  * Copyright (C) 2007 Inria Rhone-Alpes
7  * Released under the GPL
8  */
9
10 #ifndef _IRPHASES_T_H
11 #define _IRPHASES_T_H
12
13 enum _ir_phase_id {
14 #define PH(name, description)   PHASE_ ## name,
15 #include "irphaselist.h"
16 #undef PH
17 };
18
19 typedef enum _ir_phase_id ir_phase_id;
20
21 #endif /* _IRPHASES_T_H */