From d35357ed3d77a65926db7abb33aec39f6fbfe8da Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 3 Jul 1992 20:11:05 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1403 --- gcc/fold-const.c | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.30.2