X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt.h;h=2bfc58a41f0b7b378242f90b0a6e9819029add7d;hb=243b24fa5361e59abba5f1678f15106e0dae375c;hp=bb029c6797b8b0289c35fedf8395228790e9d5f5;hpb=e570f00fb465d212dde403160e97ab45d36d1d7e;p=libfirm diff --git a/ir/ir/iropt.h b/ir/ir/iropt.h index bb029c679..2bfc58a41 100644 --- a/ir/ir/iropt.h +++ b/ir/ir/iropt.h @@ -29,7 +29,7 @@ /** If the expression referenced can be evaluated statically * computed_value returns a tarval representing the result. * Else returns tarval_bad. */ -tarval *computed_value (ir_node*); +tarval *computed_value (ir_node *n); /** Applies all optimizations to n that are expressible as a pattern * in Firm, i.e., they need not a walk of the graph. @@ -39,11 +39,6 @@ tarval *computed_value (ir_node*); * An equivalent optimization is applied in the constructors defined in * ircons.ch. There n is freed if a better node could be found. */ -ir_node *optimize_in_place (ir_node*); - -/** - * set the default ir op operations - */ -ir_op *firm_set_default_operations(ir_op*); +ir_node *optimize_in_place (ir_node *n); # endif /* _IROPT_H_ */