From 7b46de9522d54d4037047c684a126dae50c2407f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Fri, 6 Oct 2006 10:45:00 +0000 Subject: [PATCH] removed redundant comment --- ir/be/beblocksched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beblocksched.c b/ir/be/beblocksched.c index ea43fe9eb..13b73b054 100644 --- a/ir/be/beblocksched.c +++ b/ir/be/beblocksched.c @@ -56,7 +56,7 @@ static lc_opt_enum_int_var_t algo_var = { }; static const lc_opt_table_entry_t be_blocksched_options[] = { - LC_OPT_ENT_ENUM_INT ("algo", "the block scheduling algorithm (naiv, extbb, greedy, ilp)", &algo_var), + LC_OPT_ENT_ENUM_INT ("algo", "the block scheduling algorithm", &algo_var), { NULL } }; -- 2.20.1