epiphany.c (epiphany_function_value_regno_p): Make static.

* config/epiphany/epiphany.c (epiphany_function_value_regno_p): 
        Make static.

From-SVN: r184962
This commit is contained in:
Joern Rennecke 2012-03-05 22:10:47 +00:00 committed by Joern Rennecke
parent 09a70a2c58
commit 1565f1696c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-05 Joern Rennecke <joern.rennecke@embecosm.com>
* config/epiphany/epiphany.c (epiphany_function_value_regno_p):
Make static.
2012-03-05 Steven Bosscher <steven@gcc.gnu.org>
* langhooks.c (add_builtin_type): New function.

View File

@ -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;