X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched.h;h=cade289f2dcaf26d835312496169b722e06260c2;hb=9276447aec4972df060349e162f583c4898dfec8;hp=07fdc81d5a470c01f1850742f431c10bb15adef1;hpb=c0acb5cc9a2967e31e2b2961a98831d674cea3b8;p=libfirm diff --git a/ir/be/besched.h b/ir/be/besched.h index 07fdc81d5..cade289f2 100644 --- a/ir/be/besched.h +++ b/ir/be/besched.h @@ -1,14 +1,35 @@ /* - * Scheduling utilities for nodes in Blocks and Blocks. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. * - * $Id$ + * 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 Scheduling utilities for nodes in Blocks and Blocks. + * @author Sebastian Hack + * @version $Id$ */ -#ifndef _BESCHED_H -#define _BESCHED_H +#ifndef FIRM_BE_BESCHED_H +#define FIRM_BE_BESCHED_H #include -#include "firm_types.h" +#include "irgraph.h" +#include "irnode.h" void be_sched_dump(FILE *f, ir_graph *irg); @@ -57,4 +78,4 @@ void sched_remove(ir_node *irn); */ void be_remove_dead_nodes_from_schedule(ir_graph *irg); -#endif /* _BESCHED_H */ +#endif /* FIRM_BE_BESCHED_H */