fixed CopyB emitter
[libfirm] / ir / be / benode_t.h
index a0c1997..687b5b3 100644 (file)
@@ -273,7 +273,7 @@ ir_node *be_new_RegParams(ir_graph *irg, ir_node *bl, int n_out);
 ir_node *be_new_Barrier(ir_graph *irg, ir_node *bl, int n, ir_node *in[]);
 
 /**
- * Make a spill node and insert it into the schedule.
+ * Make a spill node.
  *
  * @param arch_env  The architecture environment.
  * @param irn       The node to be spilled.
@@ -339,6 +339,7 @@ entity *be_get_frame_entity(const ir_node *irn);
 void   be_set_Spill_entity(ir_node *irn, entity *ent);
 entity *be_get_spill_entity(const ir_node *irn);
 
+void be_set_Spill_context(ir_node *irn, ir_node *ctx);
 ir_node *be_get_Spill_context(const ir_node *irn);