aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-02-13 17:40:08 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-02-13 17:40:08 -0500
commit53ac8a7b367c106d3e48f48a6f3a922e091674c5 (patch)
tree690bc957b855377b3f19d41dbe51755010aef765 /gcc
parent27b6c4423a471ddfc6eb2a5f365d982665c4b7fd (diff)
downloadgcc-53ac8a7b367c106d3e48f48a6f3a922e091674c5.zip
gcc-53ac8a7b367c106d3e48f48a6f3a922e091674c5.tar.gz
gcc-53ac8a7b367c106d3e48f48a6f3a922e091674c5.tar.bz2
(reload): Make some non-group code no longer conditional on
SMALL_REGISTER_CLASSES. From-SVN: r11262
Diffstat (limited to 'gcc')
-rw-r--r--gcc/reload1.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index dd4518c..1853e88 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -1818,10 +1818,6 @@ reload (first, global, dumpfile)
while (max_needs[class] > 0 || max_nongroups[class] > 0)
{
-#ifdef SMALL_REGISTER_CLASSES
- /* This should be right for all machines, but only the 386
- is known to need it, so this conditional plays safe.
- ??? For 2.5, try making this unconditional. */
/* If we spilled enough regs, but they weren't counted
against the non-group need, see if we can count them now.
If so, we can avoid some actual spilling. */
@@ -1845,7 +1841,6 @@ reload (first, global, dumpfile)
}
if (max_needs[class] <= 0 && max_nongroups[class] <= 0)
break;
-#endif
/* Consider the potential reload regs that aren't
yet in use as reload regs, in order of preference.