From: Richard Stallman Date: Fri, 3 Jul 1992 20:11:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d35357ed3d77a65926db7abb33aec39f6fbfe8da;p=gcc.git *** empty log message *** From-SVN: r1403 --- diff --git a/gcc/fold-const.c b/gcc/fold-const.c index c56104dd07a..fac56021e9a 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -53,6 +53,10 @@ void rshift_double (); void lrotate_double (); void rrotate_double (); static tree const_binop (); + +#ifndef BRANCH_COST +#define BRANCH_COST 1 +#endif /* To do constant folding on INTEGER_CST nodes requires 64-bit arithmetic. We do that by representing the 64-bit integer as 8 shorts,