X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=96a956ea43893f45e2e60ddd72fd3e44bdd94bff;hb=8c9921a1fc166552f6e416434fd8394a4fc210a3;hp=25c20057455fb2633c3bcec27ac64baa8d04145b;hpb=1ec30d95387eb392ba5a1adc7958ebd91383d59c;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index 25c200574..96a956ea4 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -17,28 +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 -#include "iroptimize.h" - /** * Sets the default reassociation operation for an ir_op_ops. * @@ -48,9 +34,6 @@ * @return * The operations. */ -ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops); - -/** Initialise the ressociation optimization */ -void firm_init_reassociation(void); +ir_op_ops *firm_set_default_reassoc(unsigned code, ir_op_ops *ops); #endif /* _REASSOC_T_H_ */