X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcondeval.h;h=6fbe911d0439e39610e2769f9b469101c6aabe87;hb=6d1bc8766a7f8e1a5145dc074beecb6232be22e7;hp=5e3dfb6c703b88356f1e8f52f4278dda2d6e7733;hpb=cf930869077cf81daf20a45421539827310fa5d3;p=libfirm diff --git a/ir/opt/condeval.h b/ir/opt/condeval.h index 5e3dfb6c7..6fbe911d0 100644 --- a/ir/opt/condeval.h +++ b/ir/opt/condeval.h @@ -1,6 +1,38 @@ -#ifndef FIRM_COND_EVAL_H -#define FIRM_COND_EVAL_H +/* + * 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 Partial condition evaluation + * @author Christoph Mallon, Matthias Braun + * @version $Id$ + */ +#ifndef FIRM_OPT_CONDEVAL_H +#define FIRM_OPT_CONDEVAL_H + +#include "firm_types.h" + +/** + * Perform partial conditionla evaluation on the given graph. + * + * @param irg the graph + */ void opt_cond_eval(ir_graph* irg); -#endif /* FIRM_COND_EVAL_H */ +#endif /* FIRM_OPT_CONDEVAL_H */