This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Removing operand normalizaiton in get_expr_operands
- From: Richard Henderson <rth at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Gcc Mailing List <gcc at gcc dot gnu dot org>, Andrew MacLeod <amacleod at redhat dot com>
- Date: Wed, 24 Aug 2005 10:40:53 -0700
- Subject: Re: Removing operand normalizaiton in get_expr_operands
- References: <1124904129.25963.16.camel@linux.site>
On Wed, Aug 24, 2005 at 01:22:09PM -0400, Daniel Berlin wrote:
> Alternatively, i can just add the "no resort" interface.
> (or of course, write the ugly code to keep rechecking which operands got
> switched after each call to update_stmt :P)
I'd prefer we kill it. Anything that relies on it ought to be
fairly localized, and we can adjust there. But my guess is
that nothing relies on it.
r~