From c210aa27b88e43e18c2dc386285b25b41ddf76d7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 21 Sep 2008 22:47:29 +0000 Subject: [PATCH] use mallonscheduler(aka listsched-select=normal) as default [r22156] --- ir/be/belistsched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/belistsched.c b/ir/be/belistsched.c index 53f2616ff..b3aa153ef 100644 --- a/ir/be/belistsched.c +++ b/ir/be/belistsched.c @@ -90,7 +90,7 @@ typedef struct _list_sched_options_t { } list_sched_options_t; static list_sched_options_t list_sched_options = { - BE_SCHED_SELECT_HEUR, /* mueller heuristic selector */ + BE_SCHED_SELECT_NORMAL, /* mueller heuristic selector */ BE_SCHED_PREP_NONE, /* no scheduling preparation */ }; -- 2.20.1