From d79e61dc750065cb503e2c71425d5df404e5d93c Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Mon, 10 Feb 2003 05:57:03 +0000 Subject: Update HEAD with stock GCC 3.2.2 release files. --- contrib/gcc/function.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'contrib/gcc/function.c') 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. */ -- cgit v1.2.3