* ira.c (allocate_initial_values): Make static.
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 30 May 2012 17:43:35 +0000 (17:43 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 30 May 2012 17:43:35 +0000 (17:43 +0000)
From-SVN: r188025

gcc/ChangeLog
gcc/ira.c

index fe9860ffb6d17a09c7db45e4a9cc4fd161d315fb..83ae003acaf5599f460849f613d1232716d39285 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-30  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * ira.c (allocate_initial_values): Make static.
+
 2012-05-30  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
index f01c6e1022b0d9e837d5a9ac11b96e1ae4eceab5..ede7336ee96487a1293d4d232d1e6cc45b314d25 100644 (file)
--- a/gcc/ira.c
+++ b/gcc/ira.c
@@ -4036,7 +4036,7 @@ move_unallocated_pseudos (void)
 \f
 /* If the backend knows where to allocate pseudos for hard
    register initial values, register these allocations now.  */
-void
+static void
 allocate_initial_values (void)
 {
   if (targetm.allocate_initial_value)