summaryrefslogtreecommitdiffstats
path: root/gcc/global.c
diff options
context:
space:
mode:
authorcrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-30 12:16:56 +0000
committercrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-30 12:16:56 +0000
commit349858d4f7bcc86138ab1422fa2522fb3497f9b5 (patch)
tree9ae5e20341fac9509fe1ee49a9b5a43669a5bdcb /gcc/global.c
parent6c04732d6df00425e1c19546a696ed0bd9a3a8a2 (diff)
downloadppe42-gcc-349858d4f7bcc86138ab1422fa2522fb3497f9b5.tar.gz
ppe42-gcc-349858d4f7bcc86138ab1422fa2522fb3497f9b5.zip
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.c5
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. */
OpenPOWER on IntegriCloud