X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbepbqpcoloring.h;h=543b13499ee8ea90fb2af60d3f7872b866e28fdc;hb=2cfb4be35e6255d7cd59824e9b7a5eea39705227;hp=7aa0df5688e44728573affe09c98670e34758378;hpb=6082146d47925a3dbbc78da30ca0a89276457dce;p=libfirm diff --git a/ir/be/bepbqpcoloring.h b/ir/be/bepbqpcoloring.h index 7aa0df568..543b13499 100644 --- a/ir/be/bepbqpcoloring.h +++ b/ir/be/bepbqpcoloring.h @@ -1,13 +1,35 @@ /* - * bepbqpalloc.h + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * - * Created on: Nov 12, 2009 - * Author: bersch + * 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 PBQP based register allocation. + * @author Thomas Bersch + * @date 27.11.2009 + */ #ifndef BEPBQPALLOC_H_ #define BEPBQPALLOC_H_ +/** + * PBQP based register allocation. + * @param env The chordal environment. + */ void be_pbqp_coloring(be_chordal_env_t *env); #endif /* BEPBQPALLOC_H_ */