7327659028506800d8b782c6cd08c1623eeb3be8
[libfirm] / irphaselist.h
1 /* Do not delete! */
2 PH(NOT_IRG_MANAGED,               "A phase not managed by an IRG")
3
4 /* BEGIN Enter your phases here */
5 /* The name of the phase,          A description                       */
6
7 PH(BE_ARCH,                       "Backend architecture abstraction")
8 PH(BE_SCHED,                      "Scheduler")
9 PH(BE_REG_ALLOC,                  "Register allocation")
10 PH(VRP,                                   "Value Range Propagation")
11
12 /* END Enter your phases here */
13
14 /* Do not delete! */
15 PH(LAST,                          "The last phase")