aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-11-30 12:16:56 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-11-30 12:16:56 +0000
commit553687c92049117821c486bd5c859adf6cb6694a (patch)
tree9ae5e20341fac9509fe1ee49a9b5a43669a5bdcb /gcc/cse.c
parentc219ddf76d46bbea8a60dc8b261fd2b17d74f35a (diff)
downloadgcc-553687c92049117821c486bd5c859adf6cb6694a.zip
gcc-553687c92049117821c486bd5c859adf6cb6694a.tar.gz
gcc-553687c92049117821c486bd5c859adf6cb6694a.tar.bz2
Delete obsolete macros
From-SVN: r30723
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 1d82a96..8679708 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -462,18 +462,10 @@ struct table_elt
/* Determine whether register number N is considered a fixed register for CSE.
It is desirable to replace other regs with fixed regs, to reduce need for
non-fixed hard regs.
- A reg wins if it is either the frame pointer or designated as fixed,
- but not if it is an overlapping register. */
-#ifdef OVERLAPPING_REGNO_P
-#define FIXED_REGNO_P(N) \
- (((N) == FRAME_POINTER_REGNUM || (N) == HARD_FRAME_POINTER_REGNUM \
- || fixed_regs[N] || global_regs[N]) \
- && ! OVERLAPPING_REGNO_P ((N)))
-#else
+ A reg wins if it is either the frame pointer or designated as fixed. */
#define FIXED_REGNO_P(N) \
((N) == FRAME_POINTER_REGNUM || (N) == HARD_FRAME_POINTER_REGNUM \
|| fixed_regs[N] || global_regs[N])
-#endif
/* Compute cost of X, as stored in the `cost' field of a table_elt. Fixed
hard registers and pointers into the frame are the cheapest with a cost