X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedomfront.h;h=5bd9ea1c0583cb840533a7d1b82df7716ff37235;hb=8d07d17eb2ade0b6b4aef0ebd68d6af3cc368b06;hp=271b97fa4c107c8d432d2bfb83f372d206768f7f;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/bedomfront.h b/ir/be/bedomfront.h index 271b97fa4..5bd9ea1c0 100644 --- a/ir/be/bedomfront.h +++ b/ir/be/bedomfront.h @@ -1,16 +1,33 @@ +/* + * 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. + */ + /** * @file * @brief Algorithms for computing normal and iterated dominance frontiers * @author Sebastian Hack, Daniel Grund * @date: 04.05.2005 * @version $Id$ - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ -#ifndef _FIRM_BE_DOMFRONT_H_ -#define _FIRM_BE_DOMFRONT_H_ +#ifndef FIRM_BE_BEDOMFRONT_H +#define FIRM_BE_BEDOMFRONT_H -#include "irnodeset.h" +#include "firm_types.h" /* * Forward type declaration. @@ -36,7 +53,6 @@ void be_free_dominance_frontiers(be_dom_front_info_t *info); * @param block The block whose dominance frontier you want. * @return A list containing the all blocks in the dominance frontier of @p block. */ -ir_node **be_get_dominance_frontier(const be_dom_front_info_t *info, - ir_node *block); +ir_node **be_get_dominance_frontier(const be_dom_front_info_t *info, ir_node *block); -#endif +#endif /* FIRM_BE_BEDOMFRONT_H */