This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Reload Issue -- I can't believe we haven't hit this before
- From: Paul Schlie <schlie at comcast dot net>
- To: Jeffrey A Law <law at redhat dot com>,Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 20 Apr 2005 14:33:16 -0400
- Subject: Re: Reload Issue -- I can't believe we haven't hit this before
Sorry, to be clearer, what I meant by:
> From: Paul Schlie <schlie@comcast.net>
> .. (thereby the pseudo is now equated with the spilled value), or ...
was: (thereby the pseudo is now equated with an allocated temporary
memory location, now storing the spilled value), or ...