]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtlanal.c (dead_or_set_regno_p): Fix typo.
authorGraham Stott <graham.stott@btinternet.com>
Sat, 7 Sep 2002 09:59:16 +0000 (09:59 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Sat, 7 Sep 2002 09:59:16 +0000 (09:59 +0000)
From-SVN: r56915

gcc/ChangeLog
gcc/rtlanal.c

index 78baa956785e711762865f6cf05465c052a2ab2c..798c3ad9d0a37cf03348f5369ec458f4ce144c62 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-07  Graham Stott  <graham.stott@btinternet.con>
+
+       * rtlanal.c (dead_or_set_regno_p): Fix typo.
+
 2002-09-07  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
index 6d391eaf374b55773a09686c3f2a1e50a28faaba..82a5987e5fc49fff90307eee60c9bf0fb2d4ede2 100644 (file)
@@ -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