X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firconsconfirm.h;h=167c733f0b59ebb53a3bd2997166e71ce8b8cf06;hb=1553e92153d3b718a7f5575dcbbe8abbffc579c0;hp=2ebd4948ef0b820dd8618ad343de4099fbaddba3;hpb=c021732d2f0c04113e6afd153a7a9be38e40ca6f;p=libfirm diff --git a/include/libfirm/irconsconfirm.h b/include/libfirm/irconsconfirm.h index 2ebd4948e..167c733f0 100644 --- a/include/libfirm/irconsconfirm.h +++ b/include/libfirm/irconsconfirm.h @@ -50,7 +50,7 @@ * nodes too. The current solution is to remove Confirms at a later * pass. */ -FIRM_DLL void construct_confirms(ir_graph *irg); +FIRM_API void construct_confirms(ir_graph *irg); /** * Creates an ir_graph pass for construct_confirms(). @@ -59,7 +59,7 @@ FIRM_DLL void construct_confirms(ir_graph *irg); * * @return the newly created ir_graph pass */ -FIRM_DLL ir_graph_pass_t *construct_confirms_pass(const char *name); +FIRM_API ir_graph_pass_t *construct_confirms_pass(const char *name); /** * Remove all Confirm nodes from a graph. @@ -67,7 +67,7 @@ FIRM_DLL ir_graph_pass_t *construct_confirms_pass(const char *name); * Note that local_optimize() can handle this if * the remove Confirm node setting is on (set_opt_remove_Confirm(1)). */ -FIRM_DLL void remove_confirms(ir_graph *irg); +FIRM_API void remove_confirms(ir_graph *irg); /** * Creates an ir_graph pass for remove_confirms(). @@ -76,7 +76,7 @@ FIRM_DLL void remove_confirms(ir_graph *irg); * * @return the newly created ir_graph pass */ -FIRM_DLL ir_graph_pass_t *remove_confirms_pass(const char *name); +FIRM_API ir_graph_pass_t *remove_confirms_pass(const char *name); #include "end.h"