re PR rtl-optimization/7930 (ICE in ARM backend)

PR opt/7930
* cse.c (fold_rtx): Calculate old_cost before we fold each
operand.

From-SVN: r57395
This commit is contained in:
Richard Earnshaw 2002-09-21 17:11:56 +00:00
parent 5b437e0fe5
commit 9ee4fa2995

View File

@ -1,6 +1,7 @@
2002-09-21 Richard Earnshaw <rearnsha@arm.com>
* cse.c (fold_rtx): Calculate the old cost before we fold each
PR opt/7930
* cse.c (fold_rtx): Calculate old_cost before we fold each
operand.
2002-09-21 Richard Henderson <rth@redhat.com>