X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firopt.h;h=24dec126d34aacc7fb48142c1fba61ab30e9a01a;hb=4d64d1d8ea625cc6075a0086671c525a162726a0;hp=11c106395a902fe69cbe2a93a931c71bbd7aa5ec;hpb=c021732d2f0c04113e6afd153a7a9be38e40ca6f;p=libfirm diff --git a/include/libfirm/iropt.h b/include/libfirm/iropt.h index 11c106395..24dec126d 100644 --- a/include/libfirm/iropt.h +++ b/include/libfirm/iropt.h @@ -83,7 +83,7 @@ typedef enum _fp_model_t { /** If the expression referenced can be evaluated statically * computed_value returns a tarval representing the result. * Else returns tarval_bad. */ -FIRM_DLL tarval *computed_value(const ir_node *n); +FIRM_API tarval *computed_value(const 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. @@ -93,7 +93,7 @@ FIRM_DLL tarval *computed_value(const ir_node *n); * An equivalent optimization is applied in the constructors defined in * ircons.ch. There n is freed if a better node could be found. */ -FIRM_DLL ir_node *optimize_in_place(ir_node *n); +FIRM_API ir_node *optimize_in_place(ir_node *n); #include "end.h"