X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fopt_polymorphy.c;h=c8cb79645180b93598ccf3252905a129578e7c72;hb=ee3f63c0d9067e1501fc592971e12e37f62ad2e8;hp=b8fa9efc3a3118473cdeaed4f08481fcf944eedf;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/opt/opt_polymorphy.c b/ir/opt/opt_polymorphy.c index b8fa9efc3..c8cb79645 100644 --- a/ir/opt/opt_polymorphy.c +++ b/ir/opt/opt_polymorphy.c @@ -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;