From: Michael Beck Date: Fri, 15 Sep 2006 09:25:25 +0000 (+0000) Subject: Fixed build without libcore X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a33f54e9688263240784d35ebfc611ae45da41ff;p=libfirm Fixed build without libcore --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index b4cbb5a41..4b8c83325 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -418,6 +418,8 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) be_irg_t *birgs; unsigned num_birgs; + be_ra_timer_t *ra_timer; + #ifdef WITH_LIBCORE lc_timer_t *t_abi = NULL; lc_timer_t *t_codegen = NULL; @@ -428,7 +430,6 @@ static void be_main_loop(FILE *file_handle, const char *cup_name) lc_timer_t *t_emit = NULL; lc_timer_t *t_other = NULL; lc_timer_t *t_verify = NULL; - be_ra_timer_t *ra_timer; if (be_options.timing == BE_TIME_ON) { t_abi = lc_timer_register("beabi", "be abi introduction");