X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgopt.h;h=70b48980a6dd229db87a18dbea585708b91849ac;hb=2853e2e68b316d25973f21292b117a834275a7fd;hp=789186c09204ada9966793bb34061bcb755befe1;hpb=a5c804d0096b70e513d11c7770e15acd76b070ef;p=libfirm diff --git a/ir/ir/irgopt.h b/ir/ir/irgopt.h index 789186c09..70b48980a 100644 --- a/ir/ir/irgopt.h +++ b/ir/ir/irgopt.h @@ -167,7 +167,7 @@ void inline_leave_functions(int maxsize, int leavesize, int size); /** Code Placement. * - * Pinns all floating nodes to a block where they + * Pins all floating nodes to a block where they * will be executed only if needed. Depends on the flag opt_global_cse. * Graph may not be in phase_building. Does not schedule control dead * code. Uses dominator information which it computes if the irg is not @@ -190,7 +190,6 @@ void place_code(ir_graph *irg); * A critical control flow edge is an edge from a block with several * control exits to a block with several control entries (See Muchnic * p. 407). - * Is only executed if flag set_opt_critical_edges() is set. * * @param irg IR Graph */