This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: reorg versus machine dependednt reorg
- To: Andrew Haley <aph at cambridge dot redhat dot com>
- Subject: Re: reorg versus machine dependednt reorg
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 18 Jul 2001 18:34:11 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <15189.43362.58937.16341@cuddles.cambridge.redhat.com>
On Wed, Jul 18, 2001 at 04:21:06PM +0100, Andrew Haley wrote:
> * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
> * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
> * config/sh/sh.c (sh_can_redirect_branch): New function.
> * reorg.c (steal_delay_list_from_target): Use
> MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
Ok.
r~