This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Small problem in cse
- To: chris at lslsun dot epfl dot ch (Christian Iseli)
- Subject: Re: Small problem in cse
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Tue, 28 Oct 1997 15:11:32 +0000 (GMT)
- Cc: egcs at cygnus dot com
> > Fix HASH.
>
> Right :-) ... However, I'm not convinced yet that HASH is the real problem.
>
> Is there any reason that reg_qty of a given reg might change from one call
> of HASH to the next?
If the register is assigned something new, or a label is passed, that is
a valid reason. Otherwise it's probably a bug.