Commit 1565f169 by Joern Rennecke Committed by Joern Rennecke

epiphany.c (epiphany_function_value_regno_p): Make static.

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

From-SVN: r184962
parent 09a70a2c
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment