diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-11-30 12:16:56 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-11-30 12:16:56 +0000 |
commit | 553687c92049117821c486bd5c859adf6cb6694a (patch) | |
tree | 9ae5e20341fac9509fe1ee49a9b5a43669a5bdcb /gcc/global.c | |
parent | c219ddf76d46bbea8a60dc8b261fd2b17d74f35a (diff) | |
download | gcc-553687c92049117821c486bd5c859adf6cb6694a.zip gcc-553687c92049117821c486bd5c859adf6cb6694a.tar.gz gcc-553687c92049117821c486bd5c859adf6cb6694a.tar.bz2 |
Delete obsolete macros
From-SVN: r30723
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/global.c b/gcc/global.c index 2c95f57..d9878d7 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -337,11 +337,6 @@ global_alloc (file) are safe to use only within a basic block. */ CLEAR_HARD_REG_SET (no_global_alloc_regs); -#ifdef OVERLAPPING_REGNO_P - for (i = 0; i < FIRST_PSEUDO_REGISTER; i++) - if (OVERLAPPING_REGNO_P (i)) - SET_HARD_REG_BIT (no_global_alloc_regs, i); -#endif /* Build the regset of all eliminable registers and show we can't use those that we already know won't be eliminated. */ |