* ira.c (allocate_initial_values): Make static.

From-SVN: r188025
This commit is contained in:
Steven Bosscher 2012-05-30 17:43:35 +00:00
parent d75d954623
commit a932fb8932
2 changed files with 5 additions and 1 deletions

View 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>:

View File

@ -4036,7 +4036,7 @@ move_unallocated_pseudos (void)
/* 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)