summaryrefslogtreecommitdiff
path: root/gcc/ira.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-30 17:43:35 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-05-30 17:43:35 +0000
commit22760026914dfda84c3b32efcf0eac8132f039e0 (patch)
treef1f35bc9ae655a5a4c4bd6b6e09cfcbcd1abc917 /gcc/ira.c
parentd55c3689f153840e859fa335cae598b5e0038e95 (diff)
downloadgcc-22760026914dfda84c3b32efcf0eac8132f039e0.tar.gz
* ira.c (allocate_initial_values): Make static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira.c')
-rw-r--r--gcc/ira.c2
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)