X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbepbqpcoloring.h;h=83b77b28d2ea82d96810dbb4848fabc382a171dd;hb=e12a125f6ae11c13e4c22c1f4519f23b050c62bc;hp=7aa0df5688e44728573affe09c98670e34758378;hpb=6082146d47925a3dbbc78da30ca0a89276457dce;p=libfirm diff --git a/ir/be/bepbqpcoloring.h b/ir/be/bepbqpcoloring.h index 7aa0df568..83b77b28d 100644 --- a/ir/be/bepbqpcoloring.h +++ b/ir/be/bepbqpcoloring.h @@ -1,13 +1,21 @@ /* - * bepbqpalloc.h - * - * Created on: Nov 12, 2009 - * Author: bersch + * This file is part of libFirm. + * Copyright (C) 2012 University of Karlsruhe. */ +/** + * @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_ */