From d00acb08433777e4d4c1a829a729dbd70ce1ddfc Mon Sep 17 00:00:00 2001 From: amylaar Date: Mon, 5 Mar 2012 22:10:47 +0000 Subject: * config/epiphany/epiphany.c (epiphany_function_value_regno_p): Make static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184962 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/epiphany/epiphany.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/epiphany') diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index aff3d1cde6d..422fe2fe795 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -1417,7 +1417,7 @@ epiphany_libcall_value (enum machine_mode mode, const_rtx fun ATTRIBUTE_UNUSED) return gen_rtx_REG (mode, 0); } -bool +static bool epiphany_function_value_regno_p (const unsigned int regno ATTRIBUTE_UNUSED) { return regno == 0; -- cgit v1.2.1