This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR target/4792
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Mar 2002 12:50:26 -0800
- Subject: Re: [PATCH] Fix PR target/4792
- References: <20020320185355.R32482@sunsite.ms.mff.cuni.cz>
On Wed, Mar 20, 2002 at 06:53:55PM +0100, Jakub Jelinek wrote:
> PR target/4792
> * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
> to if_then_else.
> (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
> * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
> instead of insn_extract.
Ok.
r~