From 292eaf646e5ae35f2cedb91ea854c163db80eefa Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 27 Jun 2007 11:23:40 +0000 Subject: [PATCH] enable again floating point constant folding that was erronously disabled [r14780] --- ir/tv/tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tv/tv.c b/ir/tv/tv.c index f022fd68d..964af5619 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -100,7 +100,7 @@ static struct set *tarvals = NULL; /* container for tarval structs */ static struct set *values = NULL; /* container for values */ static tarval_int_overflow_mode_t int_overflow_mode = TV_OVERFLOW_WRAP; -static int no_float = 1; +#define no_float 0 /**************************************************************************** * private functions -- 2.20.1