X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fcgana.h;h=5ea5058083146fa4cee36115d87032ab98b3d754;hb=198718a6ec86c05cc992b61c85ebff9ed55a94d9;hp=a158d5e4caee8a5030a75eeb6efadd94c37d221e;hpb=c021732d2f0c04113e6afd153a7a9be38e40ca6f;p=libfirm diff --git a/include/libfirm/cgana.h b/include/libfirm/cgana.h index a158d5e4c..5ea505808 100644 --- a/include/libfirm/cgana.h +++ b/include/libfirm/cgana.h @@ -76,7 +76,7 @@ * - Replace (Sel-method(Alloc)) by SymConst-entity. * - Replaces Sel-method by SymConst-entity if the method is never overwritten. */ -FIRM_DLL void cgana(int *len, ir_entity ***free_methods); +FIRM_API void cgana(int *len, ir_entity ***free_methods); /** Free callee information. * @@ -84,12 +84,12 @@ FIRM_DLL void cgana(int *len, ir_entity ***free_methods); * in all call nodes to NULL. Else it happens that the field contains * pointers to other than firm arrays. */ -FIRM_DLL void free_callee_info(ir_graph *irg); -FIRM_DLL void free_irp_callee_info(void); +FIRM_API void free_callee_info(ir_graph *irg); +FIRM_API void free_irp_callee_info(void); /* Optimize the address expressions passed to call nodes. * Performs only the optimizations done by cgana. */ -FIRM_DLL void opt_call_addrs(void); +FIRM_API void opt_call_addrs(void); #include "end.h"