X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprog_t.h;h=82bff49fb481b06d8c37f8d918d6e0c6afdfe8f1;hb=0e9428a1fd32b6084e0c561fa8056912069613d9;hp=d34b2b58463b1e929888130408b45d384e5f686d;hpb=d61b4fcf547abba70184af32e2d3acc77531c623;p=libfirm diff --git a/ir/ir/irprog_t.h b/ir/ir/irprog_t.h index d34b2b584..82bff49fb 100644 --- a/ir/ir/irprog_t.h +++ b/ir/ir/irprog_t.h @@ -6,15 +6,14 @@ struct ir_prog { firm_kind kind; - ir_graph *main_irg; /* entry point to the compiled program */ + ir_graph *main_irg; /* entry point to the compiled program */ /* or a list, in case we compile a library or the like? */ - ir_graph **graphs; /* all graphs in the ir */ - type_class *glob_type; /* global type. Class as it can have - fields and procedures. Does this work? - Better name??? @@@ */ - type **types; /* all types in the ir */ - /*struct obstack *obst; * @@@ Should we place all types and - entities on an obstack, too? */ + ir_graph **graphs; /* all graphs in the ir */ + type *glob_type; /* global type. Must be a class as it can + have fields and procedures. */ + type **types; /* all types in the ir */ + /*struct obstack *obst; * @@@ Should we place all types and + entities on an obstack, too? */ #ifdef DEBUG_libfirm long max_node_nr; /* to generate unique numbers for nodes. */ #endif