remove typedefs for already removed types
[libfirm] / include / libfirm / iropt.h
index b507cf0..a211cda 100644 (file)
 #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