fixed const mismatch
[libfirm] / ir / ana2 / pto_ctx.h
index b7cf7f3..6824a8f 100644 (file)
@@ -3,7 +3,7 @@
 /*
    Project:     libFIRM
    File name:   ir/ana/pto_ctx.h
-   Purpose:     ...
+   Purpose:     Manage context-sensitivity markers
    Author:      Florian
    Modified by:
    Created:     Sat Nov 13 19:35:27 CET 2004
@@ -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,12 @@ ctx_info_t *set_curr_ctx (ctx_info_t*);
 \f
 /*
   $Log$
+  Revision 1.3  2005/01/14 13:37:55  liekweg
+  Insert purpose descr
+
+  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