X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firopt_t.h;h=eb3bdff80e70e42f0d849cb29fc2ccd1bdb42884;hb=8399216d8aebc713bbda04b6e3e250a1d52b20bf;hp=4c7c5b51da41ab50a7f9e9ce72fce49b420bcc5c;hpb=4a2946fd1f06b02a84c4bf8307d0ad0f9d602336;p=libfirm diff --git a/ir/ir/iropt_t.h b/ir/ir/iropt_t.h index 4c7c5b51d..eb3bdff80 100644 --- a/ir/ir/iropt_t.h +++ b/ir/ir/iropt_t.h @@ -52,5 +52,9 @@ value_of(ir_node *n) { return tarval_bad; } +/** + * set the default ir op operations + */ +ir_op *firm_set_default_operations(ir_op *op); # endif /* _IROPT_T_H_ */