OSDN Git Service

* config/epiphany/epiphany.c (epiphany_function_value_regno_p):
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2012 14:42:08 +0000 (14:42 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2012 14:42:08 +0000 (14:42 +0000)
        Make static.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@185740 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b536e0c..fa1ae57 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-23  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * config/epiphany/epiphany.c (epiphany_function_value_regno_p):
+       Make static.
+
 2012-03-22  Kaz Kojima  <kkojima@gcc.gnu.org>
 
        Backported from mainline
index aff3d1c..422fe2f 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;