From: Till Riedel Date: Wed, 16 Jul 2003 22:05:34 +0000 (+0000) Subject: Can't do arithmetics w/ character sorts X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b67ce106e01fe54e6b7879975ec18deed1c22e12;p=libfirm Can't do arithmetics w/ character sorts [r1500] --- diff --git a/ir/tv/tv.c b/ir/tv/tv.c index ebf92ba3c..954d37ddf 100644 --- a/ir/tv/tv.c +++ b/ir/tv/tv.c @@ -166,7 +166,6 @@ static int overflows(tarval *tv) { switch (get_mode_sort(tv->mode)) { - case irms_character: case irms_int_number: if (sc_comp(tv->value, get_mode_max(tv->mode)->value) == 1) return 1; if (sc_comp(tv->value, get_mode_min(tv->mode)->value) == -1) return 1;