X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestate.h;h=3191a10962f4abc1df9a08d68ee1478bcde8c239;hb=0ed495da32589b78283d9ede3cb9e33727316006;hp=4faf5bf78ee49ce96667320195eab477598ed44e;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/bestate.h b/ir/be/bestate.h index 4faf5bf78..3191a1096 100644 --- a/ir/be/bestate.h +++ b/ir/be/bestate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -23,14 +23,13 @@ * algorithm optimized for the 1-register case. * @author Matthias Braun * @date 26.03.2007 - * @version $Id$ */ #ifndef FIRM_BE_BESTATE_H #define FIRM_BE_BESTATE_H -#include "irnode.h" +#include "firm_types.h" #include "beirg.h" -#include "bearch_t.h" +#include "bearch.h" /** * Callback that should create a spill for a certain value. Can return NULL @@ -52,8 +51,8 @@ typedef ir_node *(*create_reload_func) (void *env, ir_node *value, * This functions asserts that the state is switched to fullfill all state * requirements of nodes. */ -void be_assure_state(be_irg_t *birg, const arch_register_t *reg, void *func_env, +void be_assure_state(ir_graph *irg, const arch_register_t *reg, void *func_env, create_spill_func spill_func, create_reload_func reload_func); -#endif /* FIRM_BE_BESTATE_H */ +#endif