X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=9876a0e118e825b88bcb4e1dbb5300eebc5b7cbd;hb=3398ae4a8b3cbf66cb0b274ddcd85a2ea863ece1;hp=dec2826868d70738dc7d9ee3bfaa68f26f5ac79a;hpb=eb08138c6b80c169945568e4414f491a9bc20388;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index dec282686..9876a0e11 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. * @@ -34,10 +34,8 @@ * * @author Michael Beck */ -#ifndef _REASSOC_T_H_ -#define _REASSOC_T_H_ - -#include "reassoc.h" +#ifndef REASSOC_T_H +#define REASSOC_T_H /** * Sets the default reassociation operation for an ir_op_ops. @@ -48,9 +46,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_ */