]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alias.c (find_base_decl): Delete redundent assignment.
authorGraham Stott <grahams@redhat.com>
Wed, 8 Aug 2001 08:03:51 +0000 (08:03 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Wed, 8 Aug 2001 08:03:51 +0000 (08:03 +0000)
From-SVN: r44710

gcc/ChangeLog
gcc/alias.c

index 7aa747fa5b88807873fd78dff3b70f33260acc5d..4659e5b6d79f4df3e92f01886c02ec31e757dd61 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-08  Graham Stott  <grahams@redhat.com>
+
+       * alias.c (find_base_decl): Delete redundent assignment.
+
 2001-08-08  Graham Stott  <grahams@redhat.com>
 
        * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
index eb4cb42dbf7593212df5e82e5057e5ca9b6a8df5..a1204a2eac9f30232784cefe6f6023a17f1a190a 100644 (file)
@@ -399,7 +399,6 @@ find_base_decl (t)
     case '3':
       d0 = find_base_decl (TREE_OPERAND (t, 0));
       d1 = find_base_decl (TREE_OPERAND (t, 1));
-      d0 = find_base_decl (TREE_OPERAND (t, 0));
       d2 = find_base_decl (TREE_OPERAND (t, 2));
 
       /* Set any nonzero values from the last, then from the first.  */