X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fphiclass.h;h=c7d0fb04b8057180fe05f1860d06b975a27a1e05;hb=95afc5aaefb484a67fb89f02b5e96cc302fe02ef;hp=2f731b40691261f42c19cdb4b495aa3a49ed9eef;hpb=8e28f7419e677754aa731f647da8c3ed3eeb43ea;p=libfirm diff --git a/ir/ana/phiclass.h b/ir/ana/phiclass.h index 2f731b406..c7d0fb04b 100644 --- a/ir/ana/phiclass.h +++ b/ir/ana/phiclass.h @@ -1,12 +1,31 @@ -/** - * Analysis to compute phi congruence classes. - * @author Daniel Grund - * @cvsid $Id$ - * @date 15.01.2005 +/* + * 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. */ -#ifndef _PHICLASS_H_ -#define _PHICLASS_H_ +/** + * @file + * @brief Analysis to compute phi congruence classes. + * @author Daniel Grund + * @version $Id$ + * @date 15.01.2005 + */ +#ifndef FIRM_ANA_PHICLASS_H +#define FIRM_ANA_PHICLASS_H #include "pset.h" #include "irgraph.h" @@ -54,4 +73,4 @@ phi_classes_t *phi_class_new_from_set(ir_graph *irg, ir_nodeset_t *all_phis, int */ void phi_class_free(phi_classes_t *pc); -#endif /* _PHICLASS_H_ */ +#endif