X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firopt.h;h=a211cdaee95004313003e1c5efda851aaf82e4a2;hb=75da6308616083f5f6edb6093f2e1d3a4cbe953e;hp=b507cf02467cf0686e4d581f2809a92ed860f3f5;hpb=f8cc15664f571aa7ef89d6f6bc8d5bd2b8ca7d53;p=libfirm diff --git a/include/libfirm/iropt.h b/include/libfirm/iropt.h index b507cf024..a211cdaee 100644 --- a/include/libfirm/iropt.h +++ b/include/libfirm/iropt.h @@ -28,6 +28,12 @@ #include "firm_types.h" #include "begin.h" +/** + * @ingroup iroptimize + * @defgroup iropt Local Optimizations + * @{ + */ + /** * The Floating point model. * @@ -102,6 +108,8 @@ FIRM_API int ir_is_negated_value(const ir_node *a, const ir_node *b); FIRM_API ir_relation ir_get_possible_cmp_relations(const ir_node *left, const ir_node *right); +/** @} */ + #include "end.h" #endif