combine.c (combine_max_regno): Remove.
authorIan Lance Taylor <iant@google.com>
Thu, 26 Jul 2007 00:27:34 +0000 (00:27 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 26 Jul 2007 00:27:34 +0000 (00:27 +0000)
commit829f8ff7abdc5cfdf69dee4cdcff1f0836f353f1
treebfa01cdcd333693cddb3706d1cb23f593ffdfbf8
parenta3f444ba418083ed3e5637501cb5fa5e42b0900b
combine.c (combine_max_regno): Remove.

* 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.

From-SVN: r126942
gcc/ChangeLog
gcc/combine.c