re PR rtl-optimization/50249 (ira marks wrong value for inheriting)
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 27 Sep 2011 14:55:11 +0000 (14:55 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 27 Sep 2011 14:55:11 +0000 (14:55 +0000)
commit0b47c1a9a9dd7c84df337b80cc17642d153595dd
tree8e7b9e95f4f1a507bf826e229c87aabe59135a5b
parentcc8547a776d53c324e8edc19a143a1ac75e7ca0a
re PR rtl-optimization/50249 (ira marks wrong value for inheriting)

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.

From-SVN: r179272
gcc/ChangeLog
gcc/reload1.c