aboutsummaryrefslogtreecommitdiff
path: root/gcc/stupid.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stupid.c')
-rw-r--r--gcc/stupid.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/stupid.c b/gcc/stupid.c
index 0d5a581..61bac12 100644
--- a/gcc/stupid.c
+++ b/gcc/stupid.c
@@ -542,15 +542,6 @@ stupid_find_reg (call_preserved, class, mode,
int regno = i;
#endif
- /* If a register has screwy overlap problems,
- don't use it at all if not optimizing.
- Actually this is only for the 387 stack register,
- and it's because subsequent code won't work. */
-#ifdef OVERLAPPING_REGNO_P
- if (OVERLAPPING_REGNO_P (regno))
- continue;
-#endif
-
if (! TEST_HARD_REG_BIT (used, regno)
&& HARD_REGNO_MODE_OK (regno, mode))
{