From e885f504c9e7ab65a17968745884cabd3d14bf4b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 22:21:08 +0000 Subject: [PATCH] replaced LC_OPT_ENT_NULL by LC_OPT_LAST [r14636] --- ir/be/becopyilp.c | 2 +- ir/be/bejavacoal.c | 2 +- ir/be/bespillremat.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1