X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur2.c;h=60f8b6646cf736f51cfd89b4f7fa99a736590d1f;hb=662fc44c951bdb45a9b7d9563e9ffbb87101b9e4;hp=9b195aaebb615c0f6026cdc8236b7e4b7e0cc320;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/becopyheur2.c b/ir/be/becopyheur2.c index 9b195aaeb..60f8b6646 100644 --- a/ir/be/becopyheur2.c +++ b/ir/be/becopyheur2.c @@ -28,8 +28,8 @@ #include "config.h" #endif -#include -#include +#include "lc_opts.h" +#include "lc_opts_enum.h" #include #include @@ -66,7 +66,6 @@ static int subtree_iter = 4; static int max_depth = 20; static double constr_factor = 0.9; -/* Options using libcore */ static const lc_opt_enum_mask_items_t dump_items[] = { { "before", DUMP_BEFORE }, { "after", DUMP_AFTER },