This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: secondary_reload_class
- To: brahmaiah vallabhaneni <vbrahmaiah at yahoo dot com>
- Subject: Re: secondary_reload_class
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 8 Mar 2001 21:12:11 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <20010308160100.10794.qmail@web3101.mail.yahoo.com>
On Thu, Mar 08, 2001 at 08:01:00AM -0800, brahmaiah vallabhaneni wrote:
> if you have defined the macro SECONDARY_RELOAD_CLASS for secondary
> reloads, you should have reload_inm and reload_outm patterns in your
> machine description.
Rather, if you have reload_in/out, you must use SECONDARY_RELOAD_CLASS.
Otherwise we emit a normal move instruction.
r~