X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc_t.h;h=9876a0e118e825b88bcb4e1dbb5300eebc5b7cbd;hb=b27ae245166bb695bc4e418ff416d91bc37d0f28;hp=49dd8a75873407fe33016d489434750fdf6c7e5a;hpb=9d500f9aa4f5fe482e47417ce1190b9193856543;p=libfirm diff --git a/ir/opt/reassoc_t.h b/ir/opt/reassoc_t.h index 49dd8a758..9876a0e11 100644 --- a/ir/opt/reassoc_t.h +++ b/ir/opt/reassoc_t.h @@ -46,6 +46,6 @@ * @return * The operations. */ -ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops); +ir_op_ops *firm_set_default_reassoc(unsigned code, ir_op_ops *ops); #endif /* _REASSOC_T_H_ */