http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50249

--- Comment #7 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-09-27 
14:55:16 UTC ---
Author: bernds
Date: Tue Sep 27 14:55:11 2011
New Revision: 179272

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179272
Log:
    PR rtl-optimization/50249
    * reload1.c (reload_reg_reaches_end_p): Accept a reloadnum argument
    instead of opnum and type.  All callers changed.  Remove useless
    declaration.
    Search forward for other reloads of the same type for the same operand
    using the same register; if any are found, return false.
    (reload_regs_reach_end_p): Same argument changes; all callers changed.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reload1.c

Reply via email to