X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fpseudo_irg.h;h=2e7052b446dedc81b8720fa70f9a943facf1ac3e;hb=0952881a2714f8ec2e87a6f4829bd55f41a0c68d;hp=5c6a3fee2b111dbb1c2dbea98fe1058f35bb4618;hpb=464132f4d8840f7bb4228bfeef5484331bf50835;p=libfirm diff --git a/ir/ir/pseudo_irg.h b/ir/ir/pseudo_irg.h index 5c6a3fee2..2e7052b44 100644 --- a/ir/ir/pseudo_irg.h +++ b/ir/ir/pseudo_irg.h @@ -22,7 +22,7 @@ * 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(entity *ent, int n_loc); +ir_graph *new_pseudo_ir_graph(ir_entity *ent, int n_loc); /** Returns non-zero ir ir_graph is pseudo graph. * Is irg a pseudo graph for analysis? */