diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-30 12:16:56 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-30 12:16:56 +0000 |
commit | 349858d4f7bcc86138ab1422fa2522fb3497f9b5 (patch) | |
tree | 9ae5e20341fac9509fe1ee49a9b5a43669a5bdcb /gcc/global.c | |
parent | 6c04732d6df00425e1c19546a696ed0bd9a3a8a2 (diff) | |
download | gcc-349858d4f7bcc86138ab1422fa2522fb3497f9b5.tar.gz |
Delete obsolete macros
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30723 138bc75d-0d04-0410-961f-82ee72b054a4
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 2c95f571e2c..d9878d79c45 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. */ |