diff options
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index eb4cb42dbf7..a1204a2eac9 100644 --- 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. */ |