- Fix some more stuff in ir_spec.py
[libfirm] / ir / ir / 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
11 /* END Enter your phases here */
12
13 /* Do not delete! */
14 PH(LAST,                          "The last phase")