aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-28 15:16:02 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-28 15:16:02 +0000
commit2bbdec73940051f8883010741c58676241b855bd (patch)
tree37e428abe084cc70a07fa790e2b18bd12af50b3d /gcc/function.h
parentb214288dab424519b0ab2ad29ca67eeaf5051e70 (diff)
downloadgcc-2bbdec73940051f8883010741c58676241b855bd.zip
gcc-2bbdec73940051f8883010741c58676241b855bd.tar.gz
gcc-2bbdec73940051f8883010741c58676241b855bd.tar.bz2
emit-rtl.c (init_virtual_regs): Make it static.
* emit-rtl.c (init_virtual_regs): Make it static. * function.h: Remove the prototype for init_virtual_regs. From-SVN: r110326
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 65810c2..727879e 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -552,8 +552,6 @@ extern void use_return_register (void);
extern rtx get_arg_pointer_save_area (struct function *);
-extern void init_virtual_regs (struct emit_status *);
-
/* Returns the name of the current function. */
extern const char *current_function_name (void);