Commit 6d8c73f7 by Graham Stott Committed by Graham Stott

* alias.c (find_base_decl): Delete redundent assignment.

From-SVN: r44710
parent 8e0d15d4
2001-08-08 Graham Stott <grahams@redhat.com> 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. * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
(abs): Uppercase and paranthesize macro parameter. (abs): Uppercase and paranthesize macro parameter.
(MEM_DEPENDENCY): Add whitespace. (MEM_DEPENDENCY): Add whitespace.
......
...@@ -399,7 +399,6 @@ find_base_decl (t) ...@@ -399,7 +399,6 @@ find_base_decl (t)
case '3': case '3':
d0 = find_base_decl (TREE_OPERAND (t, 0)); d0 = find_base_decl (TREE_OPERAND (t, 0));
d1 = find_base_decl (TREE_OPERAND (t, 1)); d1 = find_base_decl (TREE_OPERAND (t, 1));
d0 = find_base_decl (TREE_OPERAND (t, 0));
d2 = find_base_decl (TREE_OPERAND (t, 2)); d2 = find_base_decl (TREE_OPERAND (t, 2));
/* Set any nonzero values from the last, then from the first. */ /* Set any nonzero values from the last, then from the first. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment