combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.
authorJ"orn Rennecke <amylaar@redhat.com>
Thu, 2 Nov 2000 22:02:21 +0000 (22:02 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 2 Nov 2000 22:02:21 +0000 (22:02 +0000)
commit03afaf362f4745b4f178854580de149ced755b5c
tree7383402ebd93d35de160bfd0be9839064ff76168
parentaca46e2a900e60c25b8f7fc201c8614a8c1fcc72
combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.

* combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
elim_i1.
In REG_DEAD handling: When handling parts of multi-hard-reg hard
registers, increment the loop counter by the size of the parts;
use recursion to handle individual parts.

From-SVN: r37211
gcc/ChangeLog
gcc/combine.c