X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprog.h;h=ea3fc01389efcb99edf01e34bb4297f06ed11796;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=70eb657486d1a838f4a1a33d36b151abbf4852f4;hpb=1731adad254287e7f373c1c37d297e6adee76288;p=libfirm diff --git a/ir/ir/irprog.h b/ir/ir/irprog.h index 70eb65748..ea3fc0138 100644 --- a/ir/ir/irprog.h +++ b/ir/ir/irprog.h @@ -21,21 +21,6 @@ # include "irnode.h" # include "type.h" -struct ir_prog { - firm_kind kind; - 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? */ -#ifdef DEBUG_libfirm - long max_node_nr; /* to generate unique numbers for nodes. */ -#endif -}; typedef struct ir_prog ir_prog;