This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217510 - in /trunk/gcc: ChangeLog cfgexpand.c ...
- From: alalaw01 at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 13 Nov 2014 16:35:06 -0000
- Subject: r217510 - in /trunk/gcc: ChangeLog cfgexpand.c ...
Author: alalaw01
Date: Thu Nov 13 16:35:06 2014
New Revision: 217510
URL: https://gcc.gnu.org/viewcvs?rev=217510&root=gcc&view=rev
Log:
Remove VEC_RSHIFT_EXPR tree code, now unused
* fold-const.c (const_binop): Remove code handling VEC_RSHIFT_EXPR.
* tree-cfg.c (verify_gimple_assign_binary): Likewise.
* tree-inline.c (estimate_operator_cost): Likewise.
* tree-pretty-print.c (dump_generic_node, op_code_prio, op_symbol_code):
Likewise.
* tree-vect-generic.c (expand_vector_operations_1): Remove assertion
against VEC_RSHIFT_EXPR.
* optabs.h (expand_vec_shift_expr): Remove.
* optabs.c (optab_for_tree_code): Remove case VEC_RSHIFT_EXPR.
(expand_vec_shift_expr): Remove.
* tree.def (VEC_RSHIFT_EXPR): Remove
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cfgexpand.c
trunk/gcc/expr.c
trunk/gcc/fold-const.c
trunk/gcc/optabs.c
trunk/gcc/optabs.h
trunk/gcc/tree-cfg.c
trunk/gcc/tree-inline.c
trunk/gcc/tree-pretty-print.c
trunk/gcc/tree-vect-generic.c
trunk/gcc/tree.def