OSDN Git Service

* function.c (put_var_into_stack): Change bool parameter to int.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Mar 2003 17:53:31 +0000 (17:53 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Mar 2003 17:53:31 +0000 (17:53 +0000)
commit8cf377d7e386f578c6795de39bb0c9cc47c76ee5
tree08e7d29745ed6355cb1bd5e70fc45b68955eaaaa
parent66a5af9f944650beba25b77f584add09b33e10ce
* function.c (put_var_into_stack): Change bool parameter to int.
(gen_mem_addressof): Likewise.
* rtl.h (gen_mem_addressof): Likewise.
* tree.h (put_var_into_stack): Likewise.
* config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
gen_mem_addressof or put_var_into_stack.
* config/c4x/c4x.c (c4x_expand_builtin): Likewise.
* config/ia64/ia64.c (spill_tfmode_operand): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64807 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/c4x/c4x.c
gcc/config/ia64/ia64.c
gcc/function.c
gcc/rtl.h
gcc/tree.h