X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelower.h;h=875e6b39461f1ccc9c82372107661b038034cf4e;hb=5cb14f12bacb0c7d1c646112b4660d57e14236a2;hp=eb646f21ee28addf55f6da30dd7da1146d1d12ad;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/belower.h b/ir/be/belower.h index eb646f21e..875e6b394 100644 --- a/ir/be/belower.h +++ b/ir/be/belower.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. * @@ -18,17 +18,18 @@ */ /** - * Chordal register allocation. - * @author Christian Wuerdig - * @date 2005/12/14 - * @cvsid $Id$ + * @file + * @brief Performs lowering of perm nodes. Inserts copies to assure register constraints. + * @author Christian Wuerdig + * @date 14.12.2005 + * @version $Id$ */ -#ifndef _BELOWER_H_ -#define _BELOWER_H_ +#ifndef FIRM_BE_BELOWER_H +#define FIRM_BE_BELOWER_H #include "beirg.h" void assure_constraints(be_irg_t *birg); void lower_nodes_after_ra(be_irg_t *birg, int do_copy); -#endif /* _BELOWER_H_ */ +#endif /* FIRM_BE_BELOWER_H */