* combine.c (combine_max_regno): Remove. Remove all uses.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 00:27:34 +0000 (00:27 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 00:27:34 +0000 (00:27 +0000)
commit7ed1bb71278b6a0a2a7cd1c3e2c4e073c80a304a
treebfa01cdcd333693cddb3706d1cb23f593ffdfbf8
parent58552985b57487a8c22941a6d8467cb859b736ce
* combine.c (combine_max_regno): Remove.  Remove all uses.
(struct reg_stat_struct): Rename from struct reg_stat.
(reg_stat_type): Define, and declare VECs.
(reg_stat): Change from pointer to VEC.  Change all uses.
(combine_split_insns): New static function.
(try_combine, find_split_point): Call it instead of split_insns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126942 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c