X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur2.c;h=14bed5036346c68113d74b2a7b68817f8df1c0ac;hb=e9924cc1137b5920e75f4b9f2e99195dce708433;hp=dcedd7655c42f39dc16e3023d330e7ce86c870f7;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/becopyheur2.c b/ir/be/becopyheur2.c index dcedd7655..14bed5036 100644 --- a/ir/be/becopyheur2.c +++ b/ir/be/becopyheur2.c @@ -84,7 +84,7 @@ static const lc_opt_table_entry_t options[] = { LC_OPT_ENT_INT ("iter", "iterations for subtree nodes", &subtree_iter), LC_OPT_ENT_DBL ("cf", "factor of constraint importance (between 0.0 and 1.0)", &constr_factor), LC_OPT_ENT_INT ("max", "maximum recursion depth", &max_depth), - { NULL } + LC_OPT_LAST }; void be_init_copyheur2(void)