lower_intrinsics() now has an additional parameter alloweing part_block() to be used
[libfirm] / ir / be / betranshlp.h
index 0473d03..3869c7b 100644 (file)
@@ -40,11 +40,6 @@ typedef void (arch_pretrans_nodes)(void *arch_cg);
  */
 typedef ir_node *(be_transform_func)(ir_node *node);
 
-/**
- * Returns an old (saved) anchor of the currently transforming graph.
- */
-ir_node *be_get_old_anchor(unsigned anchor);
-
 /** pre-transform a node */
 ir_node *be_pre_transform_node(ir_node *place);
 
@@ -53,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.
  */