diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-19 02:58:33 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-19 02:58:33 +0000 |
commit | 22e1623575d48cb049ae30329f273d34b4f968ab (patch) | |
tree | ecd44b8b745332371b440d0e9ca054d05ddcefc1 /gcc/integrate.h | |
parent | 9b69f75b58960dc46fa54843986d8b60941513fe (diff) | |
download | gcc-22e1623575d48cb049ae30329f273d34b4f968ab.tar.gz |
* integrate.c (has_func_hard_reg_initial_val,
get_func_hard_reg_initial_val): Make them static.
* integrate.h: Remove the corresponding prototypes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r-- | gcc/integrate.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h index 2d6cffcbe43..74d3f9d03dd 100644 --- a/gcc/integrate.h +++ b/gcc/integrate.h @@ -25,11 +25,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA reg as of the start of the function (for inlined functions, the value at the start of the parent function). */ extern rtx get_hard_reg_initial_val (enum machine_mode, int); -/* Likewise, but for a different than the current function, or - arbitrary expression. */ -extern rtx get_func_hard_reg_initial_val (struct function *, rtx); -/* Likewise, but iff someone else has caused it to become allocated. */ -extern rtx has_func_hard_reg_initial_val (struct function *, rtx); /* Likewise, but for common cases. */ extern rtx has_hard_reg_initial_val (enum machine_mode, int); /* If a pseudo represents an initial hard reg (or expression), return |