X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelower.h;h=875e6b39461f1ccc9c82372107661b038034cf4e;hb=bc7b5ee69d084e629590a6977b79a2fab7cd1aa1;hp=85cc63d13b3c88fd37ce0cffdc88864175ea3db0;hpb=46270524c797c7a668257cccc3b565350affa0a7;p=libfirm diff --git a/ir/be/belower.h b/ir/be/belower.h index 85cc63d13..875e6b394 100644 --- a/ir/be/belower.h +++ b/ir/be/belower.h @@ -1,17 +1,35 @@ -/** - * Chordal register allocation. - * @author Christian Wuerdig - * @date 2005/12/14 - * @cvsid $Id$ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -#ifndef _BELOWER_H_ -#define _BELOWER_H_ +/** + * @file + * @brief Performs lowering of perm nodes. Inserts copies to assure register constraints. + * @author Christian Wuerdig + * @date 14.12.2005 + * @version $Id$ + */ +#ifndef FIRM_BE_BELOWER_H +#define FIRM_BE_BELOWER_H -#include "bechordal.h" -#include "be_t.h" +#include "beirg.h" void assure_constraints(be_irg_t *birg); -void lower_nodes_after_ra(be_chordal_env_t *chord_env, int do_copy, int do_stat); +void lower_nodes_after_ra(be_irg_t *birg, int do_copy); -#endif /* _BELOWER_H_ */ +#endif /* FIRM_BE_BELOWER_H */