aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-10-16 19:45:13 -0600
committerJeff Law <law@gcc.gnu.org>1998-10-16 19:45:13 -0600
commit13c8e8e30ed7ac79c324f2bf7c7a44033ded72a0 (patch)
tree92140fede7f3b0daca4ebdb3ed19010f11cfea6d
parent297927a89c74904958ecc24986b2ea3f010cc4d9 (diff)
downloadgcc-13c8e8e30ed7ac79c324f2bf7c7a44033ded72a0.zip
gcc-13c8e8e30ed7ac79c324f2bf7c7a44033ded72a0.tar.gz
gcc-13c8e8e30ed7ac79c324f2bf7c7a44033ded72a0.tar.bz2
Comment tweak.
From-SVN: r23150
-rw-r--r--gcc/reload1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 3d5cfbe..274290a 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -156,7 +156,9 @@ static rtx spill_reg_stored_to[FIRST_PSEUDO_REGISTER];
/* This table is the inverse mapping of spill_regs:
indexed by hard reg number,
it contains the position of that reg in spill_regs,
- or -1 for something that is not in spill_regs. */
+ or -1 for something that is not in spill_regs.
+
+ ?!? This is no longer accurate. */
static short spill_reg_order[FIRST_PSEUDO_REGISTER];
/* This reg set indicates registers that may not be used for retrying global