some fixes to profiling code (not enough to make it really working again)
[libfirm] / ir / be / betranshlp.h
index 0edf64d..3869c7b 100644 (file)
@@ -48,6 +48,11 @@ ir_node *be_pre_transform_node(ir_node *place);
  */
 ir_node *be_transform_node(ir_node *node);
 
+/**
+ * returns an anchor from the graph before the transformation
+ */
+ir_node *be_get_old_anchor(int anchor);
+
 /**
  * Duplicate all dependency edges of a node.
  */