diff options
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. */ |
