we save entities not idents in ia32 symconsts now
[libfirm] / ir / be / beutil.h
index 760afda..5f17a78 100644 (file)
@@ -19,7 +19,6 @@
  */
 pset *be_empty_set(void);
 
-
 /** Undefine this to disable debugging mode. */
 #define BE_DEBUG 1
 
@@ -132,4 +131,9 @@ void be_kill_node(ir_node *irn);
  */
 ir_node *dom_up_search(pset *accept, ir_node *start_point_exclusive);
 
+/**
+ * Gets the Proj with number pn from irn.
+ */
+ir_node *be_get_Proj_for_pn(const ir_node *irn, long pn);
+
 #endif /* _BEUTIL_H */