Commit a932fb89 by Steven Bosscher

* ira.c (allocate_initial_values): Make static.

From-SVN: r188025
parent d75d9546
2012-05-30 Steven Bosscher <steven@gcc.gnu.org>
* ira.c (allocate_initial_values): Make static.
2012-05-30 Uros Bizjak <ubizjak@gmail.com> 2012-05-30 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>: * config/i386/i386.c (legitimize_tls_address) <TLS_MODEL_INITIAL_EXEC>:
......
...@@ -4036,7 +4036,7 @@ move_unallocated_pseudos (void) ...@@ -4036,7 +4036,7 @@ move_unallocated_pseudos (void)
/* If the backend knows where to allocate pseudos for hard /* If the backend knows where to allocate pseudos for hard
register initial values, register these allocations now. */ register initial values, register these allocations now. */
void static void
allocate_initial_values (void) allocate_initial_values (void)
{ {
if (targetm.allocate_initial_value) if (targetm.allocate_initial_value)
......
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