projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e0d15d
)
* alias.c (find_base_decl): Delete redundent assignment.
author
Graham Stott
<grahams@redhat.com>
Wed, 8 Aug 2001 08:03:51 +0000
(08:03 +0000)
committer
Graham Stott
<grahams@gcc.gnu.org>
Wed, 8 Aug 2001 08:03:51 +0000
(08:03 +0000)
From-SVN: r44710
gcc/ChangeLog
patch
|
blob
|
history
gcc/alias.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 7aa747fa5b88807873fd78dff3b70f33260acc5d..4659e5b6d79f4df3e92f01886c02ec31e757dd61 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/alias.c
b/gcc/alias.c
index eb4cb42dbf7593212df5e82e5057e5ca9b6a8df5..a1204a2eac9f30232784cefe6f6023a17f1a190a 100644
(file)
--- a/
gcc/alias.c
+++ b/
gcc/alias.c
@@
-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. */