BugFixes:
[libfirm] / ir / opt / opt_polymorphy.c
index b8fa9ef..c8cb796 100644 (file)
@@ -22,7 +22,7 @@
  * @brief   Optimize polymorphic Sel and Load nodes.
  * @author  Goetz Lindenmaier, Michael Beck
  * @version $Id$
- * @summary
+ * @brief
  *  This file subsumes optimization code from cgana.
  */
 #include "config.h"
@@ -53,8 +53,6 @@ ir_type *default_firm_get_Alloc(ir_node *n) {
        return NULL;
 }
 
-typedef ir_type *(*get_Alloc_func)(ir_node *n);
-
 /** The get_Alloc function */
 static get_Alloc_func firm_get_Alloc = default_firm_get_Alloc;