From de153e82901428764173c157c0647ccc5e532f22 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 1 Mar 1998 17:04:14 +0000 Subject: * fold-const.c (fold_range_test): Always return a value. From-SVN: r18343 --- gcc/fold-const.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc/fold-const.c') diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 12d9cad..32f3996 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -3255,8 +3255,9 @@ fold_range_test (exp) TREE_TYPE (exp), lhs, rhs); } } - else - return 0; + + + return 0; } /* Subroutine for fold_truthop: C is an INTEGER_CST interpreted as a P -- cgit v1.1