aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-04-18 16:37:15 -0700
committerDavid S. Miller <davem@gcc.gnu.org>2002-04-18 16:37:15 -0700
commit2f82dbf8658b933fdecbe751a9569ba48ef81e0c (patch)
tree23071e279b2357667533e94c091bddb3aaeb7795 /gcc/fold-const.c
parent566576e718cd3b186d65e3c61f06d502a8a18391 (diff)
downloadgcc-2f82dbf8658b933fdecbe751a9569ba48ef81e0c.zip
gcc-2f82dbf8658b933fdecbe751a9569ba48ef81e0c.tar.gz
gcc-2f82dbf8658b933fdecbe751a9569ba48ef81e0c.tar.bz2
sparc.h (BRANCH_COST): Define.
2002-04-18 David S. Miller <davem@redhat.com> * config/sparc/sparc.h (BRANCH_COST): Define. * fold-const.c (BRANCH_COST): Don't provide default here, expr.h does it. From-SVN: r52500
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index a1c33f9..9429a4d 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -106,10 +106,6 @@ static tree fold_binary_op_with_conditional_arg
PARAMS ((enum tree_code, tree, tree, tree, int));
static bool fold_real_zero_addition_p PARAMS ((tree, tree, int));
-#ifndef BRANCH_COST
-#define BRANCH_COST 1
-#endif
-
#if defined(HOST_EBCDIC)
/* bit 8 is significant in EBCDIC */
#define CHARMASK 0xff