X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firflag.h;h=35d92778a9e4f1bb92266db6ed5ac8a71bf01918;hb=9be70b7ef6120836707d76050372a89247cec2a6;hp=349e2b03e10aacb57b639389e71aac64bdb6ad49;hpb=f4ae1b7b653bcd43b99bc81b40425ab595a0dc7d;p=libfirm diff --git a/ir/ir/irflag.h b/ir/ir/irflag.h index 349e2b03e..35d92778a 100644 --- a/ir/ir/irflag.h +++ b/ir/ir/irflag.h @@ -44,17 +44,17 @@ int get_opt_global_cse (void); /* If opt_unreachable_code == 1 replace nodes (except Block, Phi and Tuple) with a Bad predecessor by the Bad node. Default: opt_unreachable_code == 1. */ -inline void set_opt_unreachable_code(int value); -inline int get_opt_unreachable_code(void); +void set_opt_unreachable_code(int value); +int get_opt_unreachable_code(void); /* Performs Straightening, if simplifications and loop simplifications. */ -inline void set_opt_control_flow(int value); -inline int get_opt_control_flow(void); +void set_opt_control_flow(int value); +int get_opt_control_flow(void); /* If opt_reassociation == 1 reassociation is performed. Default: opt_reassociation == 1. */ -inline void set_opt_reassociation(int value); -inline int get_opt_reassociation(void); +void set_opt_reassociation(int value); +int get_opt_reassociation(void); /* If opt_dead_node_elimination == 1 deallocate all dead nodes by copying the firm graph.