rename type entity into ir_entity
[libfirm] / ir / ana / cgana.h
index a04105d..ea98296 100644 (file)
@@ -67,7 +67,7 @@
  *
  *  Leaves Bad control predecessors in the graph!
  */
-void cgana(int *len, entity ***free_methods);
+void cgana(int *len, ir_entity ***free_methods);
 
 /** Free callee information.
  *
@@ -76,6 +76,7 @@ void cgana(int *len, entity ***free_methods);
  *  pointers to other than firm arrays.
  */
 void free_callee_info(ir_graph *irg);
+void free_irp_callee_info(void);
 
 /* Optimize the address expressions passed to call nodes.
  * Performs only the optimizations done by cgana. */