From a33f54e9688263240784d35ebfc611ae45da41ff Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 15 Sep 2006 09:25:25 +0000 Subject: [PATCH] Fixed build without libcore --- ir/be/bemain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"); -- 2.20.1