X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprog.h;h=a2085e2eaf7a8f764c29cdd61fc7cd1c95fe2f61;hb=265829494264529c53e5180a56cc9f1196346385;hp=9df32828db777391f02e16d9d6123a670aaef5c3;hpb=56c4f99a95cfeda4dbea6a1d702be5cff87e7fd3;p=libfirm diff --git a/ir/ir/irprog.h b/ir/ir/irprog.h index 9df32828d..a2085e2ea 100644 --- a/ir/ir/irprog.h +++ b/ir/ir/irprog.h @@ -107,6 +107,9 @@ void set_irp_main_irg(ir_graph *main_irg); /** Adds irg to the list of ir graphs in irp. */ void add_irp_irg(ir_graph *irg); +/** Removes irg from the list of irgs and + shrinks the list by one. */ +void remove_irp_irg_from_list(ir_graph *irg); /** Removes irg from the list of irgs, deallocates it and shrinks the list by one. */ void remove_irp_irg(ir_graph *irg);