Added beinsn.c
[libfirm] / ir / be / benode_t.h
index 51f2788..8a43289 100644 (file)
@@ -157,6 +157,9 @@ ir_node *be_new_IncSP(const arch_register_t *sp, ir_graph *irg, ir_node *bl, ir_
 /** Returns the previous node that computes the stack pointer. */
 ir_node *be_get_IncSP_pred(ir_node *incsp);
 
+/** Sets the previous node that computes the stack pointer. */
+void *be_set_IncSP_pred(ir_node *incsp, ir_node *pred);
+
 /** Returns the memory input of the IncSP. */
 ir_node *be_get_IncSP_mem(ir_node *irn);