epiphany.c (epiphany_function_value_regno_p): Make static.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 5 Mar 2012 22:10:47 +0000 (22:10 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 5 Mar 2012 22:10:47 +0000 (22:10 +0000)
        * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
        Make static.

From-SVN: r184962

gcc/ChangeLog
gcc/config/epiphany/epiphany.c

index bf33eb4c263e849a76356d7c9ff1df25678f36ee..5bc925dbbf4624c1a99728211e9c9bf4e12f68b9 100644 (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.
index aff3d1cde6d043d649b62eef397889bd50e45d09..422fe2fe795257f26d6b6533d4961bd6298c7725 100644 (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;