X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=9f74505773c5124867b2cfc7644293664ff1df16;hb=1b4cac3471b02b63e9656cd8c876f067766fe482;hp=49dd8a75873407fe33016d489434750fdf6c7e5a;hpb=9d500f9aa4f5fe482e47417ce1190b9193856543;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index 49dd8a758..9f7450577 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -17,35 +17,14 @@ * PURPOSE. */ -/* - * Project: libFIRM - * File name: ir/opt/reassoc_t.h - * Purpose: Reassociation - * Author: Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2004 Universität Karlsruhe - */ - /** - * @file reassoc_t.h - * - * Reassociation optimization. - * + * @file * @author Michael Beck + * @brief Reassociation optimization. */ #ifndef REASSOC_T_H #define REASSOC_T_H -/** - * Sets the default reassociation operation for an ir_op_ops. - * - * @param code the opcode for the default operation - * @param ops the operations initialized - * - * @return - * The operations. - */ -ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops); +void ir_register_reassoc_node_ops(void); -#endif /* _REASSOC_T_H_ */ +#endif