added function for setting spill context
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 28 Jun 2006 15:22:16 +0000 (15:22 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 28 Jun 2006 15:22:16 +0000 (15:22 +0000)
ir/be/benode_t.h

index a50c5cf..687b5b3 100644 (file)
@@ -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);