2008-06-11 Vladimir Makarov <vmakarov@redhat.com>
commit76ac2f79b9a11f4f4c6955a321b92bd35f712de6
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jun 2008 18:49:15 +0000 (11 18:49 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jun 2008 18:49:15 +0000 (11 18:49 +0000)
tree7b1321a21942d917e9face2f82765119d96c1f37
parentbb1077f91e161a316ec499750f4e28fd5244d7c7
2008-06-11  Vladimir Makarov  <vmakarov@redhat.com>

* doc/tm.texi (IRA_HARD_REGNO_ADD_COST_MULTIPLIER,
IRA_COVER_CLASSES): Fix macro descriptions.

* doc/invoke.texi (fira): Fix the description.

* flags.h (ira_algorithm): Fix formatting.

* ira-conflicts.c: Remove all forward prototypes of static
functions.  Use type bool and true and false for boolean values.
Change father to parent.
(get_dup_num): Remove equiv_const.  More comments.
(process_regs_for_copy, process_reg_shuffles): New functions.
(add_insn_allocno_copies): Use them.

* ira-int.h: Use type bool and true and false for boolean values.
Change father to parent.

* ira-color.c: Remove all forward prototypes of static
functions.  Use type bool and true and false for boolean values.
Change father to parent.

* ira-lives.c: Remove all forward prototypes of static
functions.  Use type bool and true and false for boolean values.
Change father to parent.

* ira-emit.c: Ditto.

* ira.c: Ditto.

* ira-costs.c: Remove all forward prototypes of static
functions.  Use type bool and true and false for boolean values.
Change father to parent.

* ira-build.c: Remove all forward prototypes of static functions
except for find_allocno_copy.  Use type bool and true and false
for boolean values.  Change father to parent.

* ira.h: Use type bool for boolean values.

* reload1.c (reload): Pass false instead of FALSE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ira@136680 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/doc/tm.texi
gcc/flags.h
gcc/ira-build.c
gcc/ira-color.c
gcc/ira-conflicts.c
gcc/ira-costs.c
gcc/ira-emit.c
gcc/ira-int.h
gcc/ira-lives.c
gcc/ira.c
gcc/ira.h
gcc/reload1.c