X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbesched.c;h=21060592ec401aca5d2b5a9fc3cdd7deb48baf40;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=fa6e061e041d7d5fd958666f7109bd74d7e5d7c0;hpb=c0acb5cc9a2967e31e2b2961a98831d674cea3b8;p=libfirm diff --git a/ir/be/besched.c b/ir/be/besched.c index fa6e061e0..21060592e 100644 --- a/ir/be/besched.c +++ b/ir/be/besched.c @@ -1,5 +1,28 @@ -/* $Id$ */ +/* + * Copyright (C) 1995-2007 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 Scheduling utilities for nodes in Blocks and Blocks. + * @author Sebastian Hack + * @version $Id$ + */ #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -19,7 +42,7 @@ #include "debug.h" #include "bemodule.h" -#include "bearch.h" +#include "bearch_t.h" #include "besched_t.h" #include "beutil.h" #include "belistsched.h"