OSDN Git Service

* expr.c (store_expr): When converting expression to promoted
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Feb 2002 21:18:25 +0000 (21:18 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Feb 2002 21:18:25 +0000 (21:18 +0000)
commitd2422fc2721b48fd23380adae1f71aec1dca03fe
tree4650717d3b5700502979ec67e579bd50629ce350
parent2ed38b791992c82472c40d628e1488fc9c7b9787
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49972 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md
gcc/expr.c
gcc/loop.c