* postreload.c (fixup_debug_insns): Remove arg REGNO. New args
commit6506949514be0f67909889e5d33ec0cfdf6d2759
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Jul 2010 15:33:35 +0000 (20 15:33 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Jul 2010 15:33:35 +0000 (20 15:33 +0000)
tree5d9b414b7d62089c738caec405c2421c1b43b238
parent8d4103a0764056d31ddb39a21ff940268807e348
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162342 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/postreload.c