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: Fix for gcse problem


On Sun, Feb 18, 2001 at 06:59:27PM -0500, Richard Kenner wrote:
> !   if (general_operand (exp, GET_MODE (reg)))
> !     emit_move_insn (reg, exp);
> ! 
> !   /* Otherwise, make a new insn to compute this expression and make sure the
> !      insn will be recognized (this also adds any needed CLOBBERs).  Copy the
> !      expression to make sure we don't have any sharing issues.  */
> !   if (insn_invalid_p (emit_insn (gen_rtx_SET (VOIDmode, reg, exp))))
> !     abort ();

Missing an else?



r~


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