X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeblocksched.c;h=74187b74b2a6d23e4bebf93b74b7e2118d59be6f;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=063befc42b88b45cce216eecdb9bfeb93dd740bd;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/beblocksched.c b/ir/be/beblocksched.c index 063befc42..74187b74b 100644 --- a/ir/be/beblocksched.c +++ b/ir/be/beblocksched.c @@ -17,12 +17,12 @@ * PURPOSE. */ -/* - * Author: Matthias Braun, Christoph Mallon - * Date: 27.09.2006 - * Copyright: (c) Universitaet Karlsruhe - * License: This file is protected by GPL - GNU GENERAL PUBLIC LICENSE. - * CVS-Id: $Id$ +/** + * @file + * @brief Block-scheduling strategies. + * @author Matthias Braun, Christoph Mallon + * @date 27.09.2006 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -37,9 +37,11 @@ #include "iredges.h" #include "irgwalk.h" +#include "irnode_t.h" #include "irgraph_t.h" #include "irloop.h" #include "irprintf.h" +#include "execfreq.h" #include "irdump_t.h" #include "irtools.h" #include "debug.h"