From: Chris Demetriou Date: Fri, 2 Aug 2002 01:10:53 +0000 (+0000) Subject: mips.h (BRANCH_LIKELY_P): Remove unused macro. X-Git-Tag: releases/gcc-3.3.0~3488 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d16b40796929b5013a1a255244d778a0d022983;p=thirdparty%2Fgcc.git mips.h (BRANCH_LIKELY_P): Remove unused macro. 2002-08-01 Chris Demetriou * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro. From-SVN: r55963 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee4e5f1fe0f2..ecf77dcfe3be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Chris Demetriou + + * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro. + 2002-08-02 Alan Modra * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index f492b0d141a0..4759345c4acd 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -755,7 +755,6 @@ extern void sbss_section PARAMS ((void)); /* Macros to decide whether certain features are available or not, depending on the instruction set architecture level. */ -#define BRANCH_LIKELY_P() GENERATE_BRANCHLIKELY #define HAVE_SQRT_P() (!ISA_MIPS1) /* True if the ABI can only work with 64-bit integer registers. We