summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/function.c')
-rw-r--r--contrib/gcc/function.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/gcc/function.c b/contrib/gcc/function.c
index f733076..b326d10 100644
--- a/contrib/gcc/function.c
+++ b/contrib/gcc/function.c
@@ -3071,7 +3071,10 @@ purge_addressof_1 (loc, insn, force, store, ht)
rtx sub, insns;
if (GET_CODE (XEXP (x, 0)) != MEM)
- put_addressof_into_stack (x, ht);
+ {
+ put_addressof_into_stack (x, ht);
+ return true;
+ }
/* We must create a copy of the rtx because it was created by
overwriting a REG rtx which is always shared. */
OpenPOWER on IntegriCloud