From e307849a236b02ceefd9a7fb4a0cd0aa3fce5ec3 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 21 Jul 2010 12:06:08 +0000 Subject: [PATCH] Do not use late decisions as default. [r27764] --- ir/be/bepbqpcoloring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bepbqpcoloring.c b/ir/be/bepbqpcoloring.c index 881e135c5..56dfc8f81 100644 --- a/ir/be/bepbqpcoloring.c +++ b/ir/be/bepbqpcoloring.c @@ -74,7 +74,7 @@ static int use_exec_freq = true; -static int use_late_decision = true; +static int use_late_decision = false; typedef struct _be_pbqp_alloc_env_t { pbqp *pbqp_inst; /**< PBQP instance for register allocation */ -- 2.20.1