From bb9b382fea4fa3d2fe33c4a9d966b363347afcef Mon Sep 17 00:00:00 2001 From: kan 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 b326d10..f733076 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.1