X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fpseudo_irg.c;h=a824fb21077bf2cde1db08f6d18e43526b3562e1;hb=6d0764bb31c3b05471dba739a08427a736e551a7;hp=597c0b74b0f8ab8163e150efa86fd737e36a43c6;hpb=32ea6ea0320f551448bb66e534e3351977464d42;p=libfirm diff --git a/ir/ir/pseudo_irg.c b/ir/ir/pseudo_irg.c index 597c0b74b..a824fb210 100644 --- a/ir/ir/pseudo_irg.c +++ b/ir/ir/pseudo_irg.c @@ -60,8 +60,7 @@ void add_irp_pseudo_irg(ir_graph *irg) * The pseudo representation can only be used for analyses. It may not be * optimized. Pseudo graphs are kept in a separate graph list in irprog. */ -ir_graph * -new_pseudo_ir_graph(ir_entity *ent, int n_loc) +ir_graph *new_pseudo_ir_graph(ir_entity *ent, int n_loc) { ir_graph *res = new_r_ir_graph(ent, n_loc); add_irp_pseudo_irg(res); /* remember this graph global. */