tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_VIRTUAL_R...
authorDJ Delorie <dj@redhat.com>
Tue, 22 Feb 2005 02:00:56 +0000 (21:00 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 22 Feb 2005 02:00:56 +0000 (21:00 -0500)
commit1d27fed446abb6a831261c004803cf23d994b296
treef5b0b6c3a483e1133a6d5c98e0fa842e70566ec9
parent933e5b284a41cc6e1d21805c350d9aea5ef84006
tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_VIRTUAL_REGISTER+1 to avoid possibly using...

* tree-ssa-loop-ivopts.c (computation_cost): Start register
numbering at LAST_VIRTUAL_REGISTER+1 to avoid possibly using hard
registers in unsupported ways.
* expmed.c (init_expmed): Likewise.

From-SVN: r95373
gcc/ChangeLog
gcc/expmed.c
gcc/tree-ssa-loop-ivopts.c