summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:39:07 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:39:07 +0000
commitb3cb2b8996a8930d3ce117cefbab670bbc112375 (patch)
tree675ee9a4b73ac4178ba6dd9281642bf58512ef86 /gcc/function.c
parent3c09a5f7f12e8083d90be9861b6f25cc8714410c (diff)
downloadgcc-b3cb2b8996a8930d3ce117cefbab670bbc112375.tar.gz
* function.c (instantiate_virtual_regs): Make it static.
* function.h: Remove the prototype for instantiate_virtual_regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index f5da84c8241..b7a08968562 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -1657,7 +1657,7 @@ instantiate_decls (tree fndecl)
/* Pass through the INSNS of function FNDECL and convert virtual register
references to hard register references. */
-void
+static void
instantiate_virtual_regs (void)
{
rtx insn;