X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyopt.c;h=019106a3ab08a8f259678fbaa58886a2f8c051e2;hb=a813e06fca6cf70514b39e0b56ee4c8711f54d63;hp=2a50e9af65c8b98a46a95b11d96b7a8ad0cd020a;hpb=2f47d507e590ede2e42438429f479342dab66cd6;p=libfirm diff --git a/ir/be/becopyopt.c b/ir/be/becopyopt.c index 2a50e9af6..019106a3a 100644 --- a/ir/be/becopyopt.c +++ b/ir/be/becopyopt.c @@ -31,6 +31,18 @@ #include "becopystat.h" +#ifdef WITH_LIBCORE + +/* Insert additional options registration functions here. */ +extern void be_co2_register_options(lc_opt_entry_t *grp); + +void co_register_options(lc_opt_entry_t *grp) +{ + be_co2_register_options(grp); +} +#endif + + #undef QUICK_AND_DIRTY_HACK /******************************************************************************