X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.c;h=300f9204945f1bda9dca244116a91ba7e63e95d2;hb=dfc341ac6f54b4b0922d605e28333be76f487c68;hp=e92a4fac473e0e7b5b5baaf185fb92537f15b619;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/belistsched.c b/ir/be/belistsched.c index e92a4fac4..300f92049 100644 --- a/ir/be/belistsched.c +++ b/ir/be/belistsched.c @@ -1,9 +1,28 @@ +/* + * 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. + */ + /** - * Scheduling algorithms. - * Just a simple list scheduling algorithm is here. - * @date 20.10.2004 - * @author Sebastian Hack - * @cvs-id $Id$ + * @file + * @brief Primitive list scheduling with different node selectors. + * @author Sebastian Hack + * @date 20.10.2004 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -38,8 +57,9 @@ #include "belistsched.h" #include "beschedmris.h" #include "beschedrss.h" -#include "bearch.h" +#include "bearch_t.h" #include "bestat.h" +#include "beirg_t.h" #include #include