diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-18 15:04:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-18 15:04:37 +0000 |
commit | cf4d5c758accbfd128428d4d7e1c50261ec12c57 (patch) | |
tree | 8614c77c5f8708b1fc8aa161a3b5a9067bf870c8 /gcc/rtl.h | |
parent | 6e9ca1fa55a75ea831596c20d817c36ef1b1f320 (diff) | |
download | gcc-cf4d5c758accbfd128428d4d7e1c50261ec12c57.zip gcc-cf4d5c758accbfd128428d4d7e1c50261ec12c57.tar.gz gcc-cf4d5c758accbfd128428d4d7e1c50261ec12c57.tar.bz2 |
reg-stack.c (reg_to_stack): Make it static.
* reg-stack.c (reg_to_stack): Make it static.
* rtl.h: Remove the prototype for reg_to_stack.
From-SVN: r109890
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2075,9 +2075,6 @@ extern void dump_local_alloc (FILE *); /* In reload1.c */ extern int function_invariant_p (rtx); -/* In reg-stack.c */ -extern bool reg_to_stack (FILE *); - /* In calls.c */ enum libcall_type { |