diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index c9b4e20..aacbdff 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -2896,7 +2896,7 @@ purge_addressof_1 (loc, insn, force, store, ht) z = gen_lowpart (GET_MODE (x), z); *loc = z; - return; + return true; } /* Sometimes we may not be able to find the replacement. For @@ -3033,7 +3033,7 @@ purge_addressof_1 (loc, insn, force, store, ht) else if (code == ADDRESSOF) { put_addressof_into_stack (x, ht); - return; + return true; } else if (code == SET) { |