diff options
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ira.c b/gcc/ira.c index f01c6e1022b..ede7336ee96 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -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) |