From: Michael Beck Date: Mon, 18 Jun 2007 22:21:08 +0000 (+0000) Subject: replaced LC_OPT_ENT_NULL by LC_OPT_LAST X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e885f504c9e7ab65a17968745884cabd3d14bf4b;p=libfirm replaced LC_OPT_ENT_NULL by LC_OPT_LAST [r14636] --- diff --git a/ir/be/becopyilp.c b/ir/be/becopyilp.c index 07d95e04a..1199df0b6 100644 --- a/ir/be/becopyilp.c +++ b/ir/be/becopyilp.c @@ -64,7 +64,7 @@ static const lc_opt_table_entry_t options[] = { LC_OPT_ENT_BOOL ("net", "solve over the net", &solve_net), LC_OPT_ENT_BOOL ("log", "show ilp solving log", &solve_log), LC_OPT_ENT_ENUM_MASK("dump", "dump flags", &dump_var), - LC_OPT_ENT_NULL + LC_OPT_LAST }; void be_init_copyilp(void) diff --git a/ir/be/bejavacoal.c b/ir/be/bejavacoal.c index 632e1eece..2633d3705 100644 --- a/ir/be/bejavacoal.c +++ b/ir/be/bejavacoal.c @@ -63,7 +63,7 @@ static const lc_opt_table_entry_t options[] = { LC_OPT_ENT_STR ("jvm", "absolute path to jvm dll", jvm_lib, sizeof(jvm_lib)), LC_OPT_ENT_STR ("jar", "jar file of the coalescer", jar_file, sizeof(jar_file)), LC_OPT_ENT_STR ("cls", "name of the class providing the factory", cls_name, sizeof(cls_name)), - LC_OPT_ENT_NULL + LC_OPT_LAST }; void be_init_javacoal(void) diff --git a/ir/be/bespillremat.c b/ir/be/bespillremat.c index c8741c64a..9a128961f 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -169,7 +169,7 @@ static const lc_opt_table_entry_t options[] = { LC_OPT_ENT_DBL ("cost_memoperand", "cost of a memory operand", &opt_cost_memoperand), LC_OPT_ENT_DBL ("cost_spill", "cost of a spill instruction", &opt_cost_spill), LC_OPT_ENT_DBL ("cost_remat", "cost of a rematerialization", &opt_cost_remat), - LC_OPT_ENT_NULL + LC_OPT_LAST }; //#define EXECFREQ_LOOPDEPH /* compute execution frequency from loop depth only */