X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemain.c;h=e55f1efae9d68623fec71c7407ef8056eaed0b34;hb=1376e7ac003f5d209b72056c62798cbb6d928de3;hp=5a3b33f6042d43f359c8ac891ed1e0ab8141727e;hpb=2d83376719b1bd5fd45da73de41d0e3656bb52da;p=libfirm diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 5a3b33f60..e55f1efae 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -33,7 +33,7 @@ #include "obst.h" #include "bitset.h" - +#include "statev.h" #include "irprog.h" #include "irgopt.h" #include "irgraph.h" @@ -504,7 +504,6 @@ static const char *get_timer_name(be_timer_id_t id) case T_LIVE: return "live"; case T_EXECFREQ: return "execfreq"; case T_SSA_CONSTR: return "ssa_constr"; - case T_RA_PROLOG: return "ra_prolog"; case T_RA_EPILOG: return "ra_epilog"; case T_RA_CONSTR: return "ra_constr"; case T_RA_SPILL: return "ra_spill";