From: Michael Beck Date: Mon, 18 Jun 2007 22:29:35 +0000 (+0000) Subject: replaced LC_OPT_ENT_NULL by LC_OPT_LAST X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f736433c8470df324056819f6f4fac55ab61cb40;p=libfirm replaced LC_OPT_ENT_NULL by LC_OPT_LAST [r14637] --- diff --git a/ir/be/beilpsched.c b/ir/be/beilpsched.c index f29ac6a13..27d975f6d 100644 --- a/ir/be/beilpsched.c +++ b/ir/be/beilpsched.c @@ -209,7 +209,7 @@ static const lc_opt_table_entry_t ilpsched_option_table[] = { LC_OPT_ENT_BOOL("regpress", "Use register pressure constraints", &ilp_opts.regpress), LC_OPT_ENT_INT("time_limit", "ILP time limit per block", &ilp_opts.time_limit), LC_OPT_ENT_STR("lpp_log", "LPP logfile (stderr and stdout are supported)", ilp_opts.log_file, sizeof(ilp_opts.log_file)), - LC_OPT_ENT_NULL + LC_OPT_LAST }; /*