]> git.ipfire.org Git - thirdparty/gcc.git/commit
jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset for unrepresentable...
authorJoseph Myers <joseph@codesourcery.com>
Wed, 6 Aug 2008 15:20:14 +0000 (16:20 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 6 Aug 2008 15:20:14 +0000 (16:20 +0100)
commite088f04bdb2331f7ec6ba0faa4eb2c64982e56c3
treeb10889a27b1cc0c2c180bc4ea92acf3aa3f1f998
parent6f371a2e412f0384dcdc36ebd00c8597be74a098
jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset for unrepresentable subregs or treat them as...

* jump.c (rtx_renumbered_equal_p): Do not call subreg_regno_offset
for unrepresentable subregs or treat them as equal to other regs
or subregs with the same register number.

From-SVN: r138804
gcc/ChangeLog
gcc/jump.c