*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 20:11:05 +0000 (20:11 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 20:11:05 +0000 (20:11 +0000)
From-SVN: r1403

gcc/fold-const.c

index c56104dd07ae98e09b8d46ec50cf4f0b10518325..fac56021e9ae15f01ca05d47c2d9abf95e3119fb 100644 (file)
@@ -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
 \f
 /* To do constant folding on INTEGER_CST nodes requires 64-bit arithmetic.
    We do that by representing the 64-bit integer as 8 shorts,