remove INLINE before global functions
[libfirm] / ir / ana2 / pto_util.h
index 4a76bfc..0ad2b7e 100644 (file)
 /* ===================================================
    Global Prototypes:
    =================================================== */
+/* Get the entity of a ptr */
 entity *get_ptr_ent (ir_node*);
 
+/* Find the arguments of a graph. For a method that has n args, the
+  result array has 'n+1' entries, the last of which is written NULL. */
+ir_node **find_irg_args (ir_graph*);
+
+/* Check whether the load of the given ptr is a dummy */
+int is_dummy_load_ptr (ir_node*);
+
 /* ===================================================
    Global Variables:
    =================================================== */
@@ -43,6 +51,12 @@ entity *get_ptr_ent (ir_node*);
 \f
 /*
   $Log$
+  Revision 1.6  2004/11/26 15:59:14  liekweg
+  recognize dummy loads
+
+  Revision 1.5  2004/11/24 14:53:56  liekweg
+  Bugfixes
+
   Revision 1.4  2004/11/18 16:37:07  liekweg
   rewrite