This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Mixed results with O(1) PHI arg lookup
- From: Jeffrey A Law <law at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc at gcc dot gnu dot org, stevenb at suse dot de
- Date: Tue, 09 Nov 2004 09:49:54 -0700
- Subject: Re: [RFC] Mixed results with O(1) PHI arg lookup
- Organization: Red Hat, Inc
- References: <20041105.071419.71105057.kazu@cs.umass.edu>
- Reply-to: law at redhat dot com
On Fri, 2004-11-05 at 07:14 -0500, Kazu Hirata wrote:
> o There may be some instances left where people do the equivalent of
> phi_arg_from_edge without using phi_arg_from_edge. I've found some
> of these cases and fixed them. One example would be tree-ssa-dom.c.
That's the only example I'm currently aware of.
jeff