(get_condition): Use rtx_equal_p to compare rtx.

From-SVN: r12833
This commit is contained in:
Richard Kenner 1996-09-24 08:22:03 -04:00
parent 2d0bd5fde0
commit a95c317b3d
1 changed files with 1 additions and 1 deletions

View File

@ -6736,7 +6736,7 @@ get_condition (jump, earliest)
/* If this is setting OP0, get what it sets it to if it looks
relevant. */
if (SET_DEST (set) == op0)
if (rtx_equal_p (SET_DEST (set), op0))
{
enum machine_mode inner_mode = GET_MODE (SET_SRC (set));