postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so as to...
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 11 Nov 2005 09:38:52 +0000 (09:38 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 11 Nov 2005 09:38:52 +0000 (09:38 +0000)
commit8a4c09c8336cb51f5ab9712da5eaf49d3f25ecc6
treea1dbc619ca5be6a6d5067cc8fa12dc177b80bbd4
parenta5df14d4e57b9bad4095c48f09f7712fdcaffe14
postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so as to choose the best, not the worst, alternative.

* postreload.c (reload_cse_simplify_operands): Fix bug in sorting
algorithm so as to choose the best, not the worst, alternative.
Reset accumulated register class before processing next alternative.

From-SVN: r106780
gcc/ChangeLog
gcc/postreload.c