This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch review - any way to expedite?
- To: Toshi Morita <tm2 at best dot com>
- Subject: Re: Patch review - any way to expedite?
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 6 Mar 2001 16:57:25 -0800
- Cc: Geoff Keating <geoffk at geoffk dot org>, gcc-patches at gcc dot gnu dot org
- References: <jm4rx622md.fsf@geoffk.org> <200103070022.QAA03515@shell14.ba.best.com>
On Tue, Mar 06, 2001 at 04:22:12PM -0800, Toshi Morita wrote:
> + x = gen_rtx_AND(SImode, x, gen_rtx_CONST_INT(VOIDmode, orig_mask));
Err, no. Hardcoding SImode, Toshi? Shame.
r~