re PR rtl-optimization/6305 (c++ gets ICE in reload_cse_simplify_operands)
commit7c82a1ed2b4523fb31eb8a33f0728a8cfc7feb6f
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 17 Apr 2002 12:25:31 +0000 (17 12:25 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 17 Apr 2002 12:25:31 +0000 (17 12:25 +0000)
tree2be28a88fbaef5517487dc5570657c0e0f2552f3
parent58db9d1a88e9dc3d704571284af6515c94129fd3
re PR rtl-optimization/6305 (c++ gets ICE in reload_cse_simplify_operands)

PR optimization/6305
* config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
to make sure previous reloads are taken into account.  Generate
better code if one operand is an in-range immediate constant.

From-SVN: r52417
gcc/ChangeLog
gcc/config/s390/s390.c