This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix warnings in i386.c
- To: Andreas Jaeger <aj at suse dot de>
- Subject: Re: Fix warnings in i386.c
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 9 Jul 2001 13:27:06 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <hoae2e8s84.fsf@gee.suse.de>
On Mon, Jul 09, 2001 at 09:41:15AM +0200, Andreas Jaeger wrote:
> * output.h: Add declaration of final_forward_branch_p.
> * config/i386/i386.c (output_fix_trunc): Remove unused variable.
Ok.
> + Uses insn_shuid array, so it works only in the final pass. May be used by
> + output templates to customary add branch prediction hints. */
May be used by output templates to add branch prediction hints,
for example.
r~