diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:57:03 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-02-10 05:57:03 +0000 |
| commit | d79e61dc750065cb503e2c71425d5df404e5d93c (patch) | |
| tree | 3a7c89db0003b063b5dafd1f6e976cdf70346bda /contrib/gcc/function.c | |
| parent | 2b69e56ae8e9d9631b3dc1dca84b9cc1be8e45ab (diff) | |
Notes
Diffstat (limited to 'contrib/gcc/function.c')
| -rw-r--r-- | contrib/gcc/function.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c index b326d10e69da..f7330762d1a8 100644 --- a/contrib/gcc/function.c +++ b/contrib/gcc/function.c @@ -3071,10 +3071,7 @@ purge_addressof_1 (loc, insn, force, store, ht) rtx sub, insns; if (GET_CODE (XEXP (x, 0)) != MEM) - { - put_addressof_into_stack (x, ht); - return true; - } + put_addressof_into_stack (x, ht); /* We must create a copy of the rtx because it was created by overwriting a REG rtx which is always shared. */ |
