This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: secondary_reload_class


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]