This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] h8300.md: Add a new insn pattern.
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Nov 2002 07:49:01 -0500 (EST)
- Subject: Re: [patch] h8300.md: Add a new insn pattern.
On Tue, 26 Nov 2002, Kazu Hirata wrote:
> 2002-11-25 Kazu Hirata <kazu@cs.umass.edu>
>
> * config/h8300/h8300.md (an anonymous pattern): New.
If you give it an internal name, like "*or_w_shift16" or better,
it's easier to see which pattern correspond to which ChangeLog
entry. (I've mentioned this before, but this point was lost
since people pointed to automatically generated names found in
the insn-* files.)
> +(define_insn ""
(define_insn "*or_w_shift16"
brgds, H-P