X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcondeval.h;h=6fbe911d0439e39610e2769f9b469101c6aabe87;hb=cd4e22d1a782b4782d85c83c7390561bb3afa5ed;hp=dbb5ee7aedfae178c54dd3b7e4cb32a0a59e84d6;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/opt/condeval.h b/ir/opt/condeval.h index dbb5ee7ae..6fbe911d0 100644 --- a/ir/opt/condeval.h +++ b/ir/opt/condeval.h @@ -17,11 +17,22 @@ * PURPOSE. */ -#ifndef FIRM_COND_EVAL_H -#define FIRM_COND_EVAL_H +/** + * @file + * @brief Partial condition evaluation + * @author Christoph Mallon, Matthias Braun + * @version $Id$ + */ +#ifndef FIRM_OPT_CONDEVAL_H +#define FIRM_OPT_CONDEVAL_H -#include "irgraph.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 */