X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Freassoc.h;h=72782bfebf263382b3f38fc92b91fb2567d5ff6a;hb=6a6c1557afcd038930e649e29d69cb85a5dc372b;hp=a84ab02294fcf9296c157c64b7ed759c933fea7f;hpb=34aad37ff24a765225ff7dc62e23580b85d170de;p=libfirm diff --git a/ir/opt/reassoc.h b/ir/opt/reassoc.h index a84ab0229..72782bfeb 100644 --- a/ir/opt/reassoc.h +++ b/ir/opt/reassoc.h @@ -13,6 +13,7 @@ * @file reassoc.h * * Reassociation optimization. + * Uses the "firm.opt.reassoc" debug space * * @author Michael Beck */ @@ -30,6 +31,8 @@ * * See Muchnik 12.3.1 Algebraic Simplification and Reassociation of * Addressing Expressions. + * + * */ void optimize_reassociation(ir_graph *irg);