postreload.c (fixup_debug_insns): Remove arg REGNO.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 20 Jul 2010 15:33:35 +0000 (15:33 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 20 Jul 2010 15:33:35 +0000 (15:33 +0000)
commitcaa4a25077716782796a7c133fc8ba166ed177d2
tree5d9b414b7d62089c738caec405c2421c1b43b238
parentbe5fda91fbeaf7447f651c3516de040b4a51b35b
postreload.c (fixup_debug_insns): Remove arg REGNO.

* postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
FROM and TO.  All callers changed.  Don't look for tracked uses,
just scan the RTL for DEBUG_INSNs and substitute.
(reload_combine_recognize_pattern): Call fixup_debug_insns.
(reload_combine): Ignore DEBUG_INSNs.

From-SVN: r162342
gcc/ChangeLog
gcc/postreload.c