This is the mail archive of the gcc-patches@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: Another force_reg patch


On Thu, Jul 29, 1999 at 05:24:47PM +0100, Nick Clifton wrote:
>   Here is a patch very similar to my last one that fixes up a couple of
>   places (in expand_assignment and expand_expr) where force_reg is used
>   inappropriately.

Actually, I wonder if making force_reg call force_operand 
(as copy_to_reg does) would be more appropriate. 

In your previous case we were invoking emit_move_insn, so
it was obvious what the proper solution was.


r~


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