X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbespilloptions.c;h=32dc6576f87e46a971a5f428e74e6d57de2a23e3;hb=afbbc0b1ccd684c4c24bfd43d0f994123245f39f;hp=1f7d561e8897359f5ce6c95ad29e16fc9d66d37e;hpb=ae515d01cd46334273438ce4019847f4ba05ab3d;p=libfirm diff --git a/ir/be/bespilloptions.c b/ir/be/bespilloptions.c index 1f7d561e8..32dc6576f 100644 --- a/ir/be/bespilloptions.c +++ b/ir/be/bespilloptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -34,9 +34,8 @@ #include "bemodule.h" #include "be.h" -#include -#include -#include +#include "lc_opts.h" +#include "lc_opts_enum.h" int be_coalesce_spill_slots = 1; int be_do_remats = 1; @@ -44,7 +43,7 @@ int be_do_remats = 1; static const lc_opt_table_entry_t be_spill_options[] = { LC_OPT_ENT_BOOL ("coalesce_slots", "coalesce the spill slots", &be_coalesce_spill_slots), LC_OPT_ENT_BOOL ("remat", "try to rematerialize values instead of reloading", &be_do_remats), - { NULL } + LC_OPT_LAST }; static be_module_list_entry_t *spillers = NULL;