From d00acb08433777e4d4c1a829a729dbd70ce1ddfc Mon Sep 17 00:00:00 2001 From: amylaar Date: Mon, 5 Mar 2012 22:10:47 +0000 Subject: [PATCH] * 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/ChangeLog | 5 +++++ gcc/config/epiphany/epiphany.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf33eb4..5bc925d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-03-05 Joern Rennecke + + * config/epiphany/epiphany.c (epiphany_function_value_regno_p): + Make static. + 2012-03-05 Steven Bosscher * langhooks.c (add_builtin_type): New function. diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index aff3d1c..422fe2f 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; -- 2.7.4