From: Graham Stott Date: Sat, 7 Sep 2002 09:59:16 +0000 (+0000) Subject: * rtlanal.c (dead_or_set_regno_p): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92d9256d257aab3b1d05cb1a89d13f7b9d129a62;p=gcc.git * rtlanal.c (dead_or_set_regno_p): Fix typo. From-SVN: r56915 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78baa956785..798c3ad9d0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-07 Graham Stott + + * rtlanal.c (dead_or_set_regno_p): Fix typo. + 2002-09-07 Alan Modra * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 6d391eaf374..82a5987e5fc 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1798,7 +1798,7 @@ dead_or_set_regno_p (insn, test_regno) if (GET_CODE (pattern) == SET) { - rtx dest = SET_DEST (PATTERN (insn)); + rtx dest = SET_DEST (pattern); /* A value is totally replaced if it is the destination or the destination is a SUBREG of REGNO that does not change the number of