expr.c (store_expr): When converting expression to promoted equivalent type...
commitac6f8a15d8351deef5c8d47c59dff863f67c3d55
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 23 Feb 2002 13:21:17 +0000 (23 08:21 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 23 Feb 2002 13:21:17 +0000 (23 08:21 -0500)
treedac1dc770504458467871fdefa802bf91c8a1adc
parentf282ffb372a984eaeea885be80ca2b7a66a826a9
expr.c (store_expr): When converting expression to promoted equivalent type...

* expr.c (store_expr): When converting expression to promoted
equivalent type, allow using SUBREG_REG of TARGET as the target
of the expansion of EXP.
* loop.c (basic_induction_var, case SUBREG): Always look inside.
* config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
(alpha_emit_set_const): Handle SImode when can't make new pseudos.
(alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
* config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.

From-SVN: r49992
gcc/ChangeLog