X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firopt.h;h=a211cdaee95004313003e1c5efda851aaf82e4a2;hb=97bcf6f245eba55a1d3b25a7be543b367ab9c276;hp=4339258a4846899229342118a8cf7a933d29469a;hpb=b151d11c50d89b9dffadfb63f7ccfd81ea8db44f;p=libfirm diff --git a/include/libfirm/iropt.h b/include/libfirm/iropt.h index 4339258a4..a211cdaee 100644 --- a/include/libfirm/iropt.h +++ b/include/libfirm/iropt.h @@ -21,7 +21,6 @@ * @file * @brief iropt --- optimizations of an ir node. * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Michael Beck - * @version $Id$ */ #ifndef FIRM_IR_IROPT_H #define FIRM_IR_IROPT_H @@ -29,6 +28,12 @@ #include "firm_types.h" #include "begin.h" +/** + * @ingroup iroptimize + * @defgroup iropt Local Optimizations + * @{ + */ + /** * The Floating point model. * @@ -103,12 +108,7 @@ 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); -/** - * tests whether a given Cmp node is an equal/not-equal test with 0 - * (this is a bit tricky because it has to catch x!=0 for the signed case and - * x>0 for the unsigned case) - */ -FIRM_API int ir_is_equality_cmp_0(const ir_node *node); +/** @} */ #include "end.h"