Add pto_ctx_allocs
authorFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Sat, 20 Nov 2004 21:21:35 +0000 (21:21 +0000)
committerFlorian Liekweg <liekweg@ipd.info.uni-karlsruhe.de>
Sat, 20 Nov 2004 21:21:35 +0000 (21:21 +0000)
[r4453]

ir/ana2/pto_ctx.c
ir/ana2/pto_ctx.h

index 725797a..72442f3 100644 (file)
 */
 
 # include "pto_ctx.h"
+# include "pto_debug.h"
+# include "pto_comp.h"
+# include "ecg.h"
 
 # include "irnode.h"
 # include "xmalloc.h"
 
-# include "pto_debug.h"
-
 /* Local Defines: */
 
 /* Local Data Types: */
@@ -81,11 +82,12 @@ ctx_info_t *set_curr_ctx (ctx_info_t *ctx)
   return (old_ctx);
 }
 
-
-
 \f
 /*
   $Log$
+  Revision 1.2  2004/11/20 21:21:35  liekweg
+  Add pto_ctx_allocs
+
   Revision 1.1  2004/11/18 16:37:34  liekweg
   rewritten
 
index b7cf7f3..b7b9cd0 100644 (file)
@@ -39,6 +39,9 @@ ctx_info_t *get_curr_ctx (void);
 /* Set the current ctx to the given ctx.  Return the old value */
 ctx_info_t *set_curr_ctx (ctx_info_t*);
 
+/* Set all alloc names to the right ptos */
+void pto_ctx_allocs (graph_info_t*, int);
+
 /* ===================================================
    Global Variables:
    =================================================== */
@@ -50,6 +53,9 @@ ctx_info_t *set_curr_ctx (ctx_info_t*);
 \f
 /*
   $Log$
+  Revision 1.2  2004/11/20 21:21:35  liekweg
+  Add pto_ctx_allocs
+
   Revision 1.1  2004/11/18 16:37:34  liekweg
   rewritten