X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_comp.h;h=cefb9911590e341f658c08123477ad137feb6bb1;hb=d0d85962ef52c14950db90e5981a7bea36023ab3;hp=aaa559321a7b20f7ebf089d8ef91367f60986f2f;hpb=d07b7388a477ce7ce7ceb5fcf427b8db040ff55e;p=libfirm diff --git a/ir/ana2/pto_comp.h b/ir/ana2/pto_comp.h index aaa559321..cefb99115 100644 --- a/ir/ana2/pto_comp.h +++ b/ir/ana2/pto_comp.h @@ -37,11 +37,13 @@ typedef struct alloc_pto_str { pto_t *curr_pto; /* name for current ctx */ } alloc_pto_t; +struct pto_env_str; /* forward decl only */ + /* =================================================== Global Prototypes: =================================================== */ /* Main loop: Initialise the graph for the given ctx_idx and iterate over it */ -void pto_graph (ir_graph*, int); +void pto_graph (ir_graph*, int, struct pto_env_str*); /* Set the PTO value for the given node */ void set_node_pto (ir_node*, pto_t*); @@ -66,6 +68,9 @@ pto_t *get_alloc_pto (ir_node*); /* $Log$ + Revision 1.3 2004/12/20 17:34:35 liekweg + fix recursion handling + Revision 1.2 2004/11/24 14:53:55 liekweg Bugfixes