From 34bf5ac0969a125bb21e26bd893f6601ea175ff3 Mon Sep 17 00:00:00 2001 From: Sebastian Hack Date: Thu, 16 Aug 2007 10:54:20 +0000 Subject: [PATCH] Fixed help [r15550] --- ir/be/bespillbelady2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bespillbelady2.c b/ir/be/bespillbelady2.c index a5cc41068..006e3a3ff 100644 --- a/ir/be/bespillbelady2.c +++ b/ir/be/bespillbelady2.c @@ -93,9 +93,9 @@ static int remat_live_range_ext = 1; static int global_pass_enabled = 1; static const lc_opt_table_entry_t options[] = { - LC_OPT_ENT_ENUM_INT ("asf", "already spilled factor", &already_spilled_factor), + LC_OPT_ENT_INT ("asf", "already spilled factor", &already_spilled_factor), LC_OPT_ENT_BOOL ("remat", "rematerializable ops get infinite long live ranges", &remat_live_range_ext), - LC_OPT_ENT_BOOL ("global", "rematerializable ops get infinite long live ranges", &global_pass_enabled), + LC_OPT_ENT_BOOL ("global", "enable/disable the global pass", &global_pass_enabled), LC_OPT_LAST }; -- 2.20.1