From f736433c8470df324056819f6f4fac55ab61cb40 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 18 Jun 2007 22:29:35 +0000 Subject: [PATCH] replaced LC_OPT_ENT_NULL by LC_OPT_LAST [r14637] --- ir/be/beilpsched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; /* -- 2.20.1