X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt.h;h=b34ecae9c2e05af63ef39a37127f82efbe22d77f;hb=677f67f9b487e35b983148f48b933d54ee383db6;hp=d18b555797ef97e9383023a3871b74b4feb67bb3;hpb=66f846a2a301d938700fee41d0e1bccc7c6d6935;p=libfirm diff --git a/ir/ir/irgopt.h b/ir/ir/irgopt.h index d18b55579..b34ecae9c 100644 --- a/ir/ir/irgopt.h +++ b/ir/ir/irgopt.h @@ -59,7 +59,6 @@ void remove_bad_predecessors(ir_graph *irg); combination as control flow operation. */ void inline_method(ir_node *call, ir_graph *called_graph); - /* Inlines all small methods at call sites where the called address comes from a Const node that references the entity representing the called method. @@ -100,5 +99,4 @@ void place_code(ir_graph *irg); /********************************************************************/ void optimize_cf(ir_graph *irg); - # endif /* _IRGOPT_H_ */