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: Mon, 27 Oct 1997 14:01:52 +0000 (GMT)
- Cc: egcs at cygnus dot com
> The *bad* thing is that HASH produces a different value than it did when
> classp->exp was hashed.
> So, when insert_regs is called, the element pointed to by classp is deleted
> from the hash table
> and thus classp->first_same_value becomes 0...
>
> But now I'm stuck (and tired... ;-). What would be the right thing(tm) to do
> now?
Fix HASH.