X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Fircons.h;h=b00434f901b96a857e7a0c4d48e0e089e5cd4419;hb=5f8ddee6b08c8040c0a304a347d65045c1141d52;hp=31f605f41835dd7af1084fb3c220a2136249d47e;hpb=b0ad9fbe1e6e3ff4b3e035c18804984aa49347b9;p=libfirm diff --git a/ir/ir/ircons.h b/ir/ir/ircons.h index 31f605f41..b00434f90 100644 --- a/ir/ir/ircons.h +++ b/ir/ir/ircons.h @@ -1182,18 +1182,10 @@ ir_node *new_r_Bad (); nodes they construct. */ void switch_block (ir_node *target); -/* Chris: please rename the Block constructor: - new_Block to new_immBlock - and add a new one so dass das dann so aussieht: - passe die Beispeilprogramme an! */ -#if 0 /* Constructs a Block with a fixed number of predecessors. Does set current_block. Can be used with automatic Phi node construction. */ -ir_node *new_Block(int arity, ir_node **in); /* creates mature Block */ -#else -ir_node *new_Block (void); -#endif +ir_node *new_Block(int arity, ir_node **in); ir_node *new_Start (void); ir_node *new_End (void); ir_node *new_Jmp (void); @@ -1259,11 +1251,12 @@ void mature_block (ir_node *block); /** Parameter administration **/ /* Read a value from the array with the local variables. Use this function to obtain the last definition of the value associated with - pos. */ + pos. Pos may not exceed the value passed as n_loc to new_ir_graph. */ ir_node *get_value (int pos, ir_mode *mode); /* Write a value in the array with the local variables. Use this function - to remember a new definition of the value associated with pos. */ + to remember a new definition of the value associated with pos. Pos may + not exceed the value passed as n_loc to new_ir_graph. */ void set_value (int pos, ir_node *value); /* Read a store.