From 553687c92049117821c486bd5c859adf6cb6694a Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 30 Nov 1999 12:16:56 +0000 Subject: Delete obsolete macros From-SVN: r30723 --- gcc/global.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/global.c') 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. */ -- cgit v1.1