This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix setup_incoming_promotions for sparc64
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Fix setup_incoming_promotions for sparc64
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 28 Nov 1999 01:05:37 -0700
- cc: gcc-patches at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <19991126163053.K515@mff.cuni.cz>you write:
> Hi!
>
> Without this, promoted_input_arg never succeeds on SPARC and thus really
> many things are not optimized by the combiner.
>
> 1999-11-26 Jakub Jelinek <jakub@redhat.com>
>
> * combine.c(setup_incoming_promotions): Pass an outgoing
> regno to FUNCTION_ARG_REGNO_P which it expects.
Thanks. Installed.
jeff