From 153a30276e1c07f7e7d6d926fa45c056cdca9e85 Mon Sep 17 00:00:00 2001 From: Anatoly Sokolov Date: Sat, 12 Jun 2010 12:17:18 +0400 Subject: targhooks.c (default_function_value): Don't use FUNCTION_OUTGOING_VALUE. * targhooks.c (default_function_value): Don't use FUNCTION_OUTGOING_VALUE. * system.h (FUNCTION_OUTGOING_VALUE): Poison. * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed. From-SVN: r160656 --- gcc/targhooks.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/targhooks.c') diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 821b83f..6c1d258 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -673,11 +673,6 @@ default_function_value (const_tree ret_type ATTRIBUTE_UNUSED, && !DECL_P (fn_decl_or_type)) fn_decl_or_type = NULL; -#ifdef FUNCTION_OUTGOING_VALUE - if (outgoing) - return FUNCTION_OUTGOING_VALUE (ret_type, fn_decl_or_type); -#endif - #ifdef FUNCTION_VALUE return FUNCTION_VALUE (ret_type, fn_decl_or_type); #else -- cgit v1.1