OSDN Git Service

* rtlanal.c (dead_or_set_regno_p): Fix typo.
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Sep 2002 09:59:16 +0000 (09:59 +0000)
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Sep 2002 09:59:16 +0000 (09:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56915 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/rtlanal.c

index 78baa95..798c3ad 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 6d391ea..82a5987 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