X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched.h;h=cade289f2dcaf26d835312496169b722e06260c2;hb=d5975c9df2dee13abedf388f1d70397a2163b69f;hp=3f3bf9c5d08c4e107624857a862274c9c85d3652;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/besched.h b/ir/be/besched.h index 3f3bf9c5d..cade289f2 100644 --- a/ir/be/besched.h +++ b/ir/be/besched.h @@ -17,17 +17,19 @@ * PURPOSE. */ -/* - * Scheduling utilities for nodes in Blocks and Blocks. - * - * $Id$ +/** + * @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); @@ -76,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 */