X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched_t.h;h=4968b98fba13f13d975f0b6a6ca77f71cbbe9bc8;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=a28a549f28b4ded033b25b3a563932b3133f246c;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/besched_t.h b/ir/be/besched_t.h index a28a549f2..4968b98fb 100644 --- a/ir/be/besched_t.h +++ b/ir/be/besched_t.h @@ -17,10 +17,14 @@ * PURPOSE. */ -/* $Id$ */ - -#ifndef _BESCHED_T_H -#define _BESCHED_T_H +/** + * @file + * @brief Scheduling utilities for nodes in Blocks and Blocks. + * @author Sebastian Hack + * @version $Id$ + */ +#ifndef FIRM_BE_BESCHED_T_H +#define FIRM_BE_BESCHED_T_H #define SCHED_INITIAL_GRANULARITY (1 << 14) @@ -340,4 +344,4 @@ ir_node *sched_skip(ir_node *from, int forward, #define sched_comes_after(n1, n2) _sched_comes_after(n1, n2) #define sched_cmp(a, b) _sched_cmp(a, b) -#endif +#endif /* FIRM_BE_BESCHED_T_H */