]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the handled...
authorRichard Guenther <rguenther@suse.de>
Fri, 29 May 2009 09:49:42 +0000 (09:49 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 29 May 2009 09:49:42 +0000 (09:49 +0000)
commit821bb7f8f9dd6c54fa081b098a60411ca786d6aa
tree6c80b189fd0b9250df5581608770c18fb098718b
parente997fb9cde056a19283773504860010e3dede244
tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the handled-component case.

2009-05-29  Richard Guenther  <rguenther@suse.de>

* tree-ssa-operands.c (get_expr_operands): Do not handle
INDIRECT_REFs in the handled-component case.  Remove
unused get_ref_base_and_extent case.
* tree-dfa.c (get_ref_base_and_extent): Avoid calling
tree_low_cst and host_integerp where possible.
* tree-ssa-structalias.c (equiv_class_label_eq): Check hash
codes for equivalence.
* dce.c (find_call_stack_args): Avoid redundant bitmap queries.

From-SVN: r147973
gcc/ChangeLog
gcc/dce.c
gcc/tree-dfa.c
gcc/tree-ssa-operands.c
gcc/tree-ssa-structalias.c