This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH] Switch optimize
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: [C PATCH] Switch optimize
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 30 May 2000 09:17:47 -0700
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- References: <3933BA6B.44375269@codesourcery.com>
On Tue, May 30, 2000 at 01:56:11PM +0100, Nathan Sidwell wrote:
> ! index_expr = fold (build (MINUS_EXPR, index_type,
> ! convert (index_type, index_expr),
> ! convert (index_type, minval)));
Ok.
Line the converts up with the MINUS_EXPR.
r~