X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt.h;h=2bfc58a41f0b7b378242f90b0a6e9819029add7d;hb=637542932dc27dcdfc7def09b58d9d5d4c34fb77;hp=941d8836c0279505a01938bda3eae39da6554b0b;hpb=cc5b1f80391090732d5bc628aceeed61ee9b3a1c;p=libfirm diff --git a/ir/ir/iropt.h b/ir/ir/iropt.h index 941d8836c..2bfc58a41 100644 --- a/ir/ir/iropt.h +++ b/ir/ir/iropt.h @@ -41,9 +41,4 @@ tarval *computed_value (ir_node *n); */ ir_node *optimize_in_place (ir_node *n); -/** - * set the default ir op operations - */ -ir_op *firm_set_default_operations(ir_op *op); - # endif /* _IROPT_H_ */