]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.
authorRichard Guenther <rguenther@suse.de>
Sun, 28 Oct 2007 19:03:05 +0000 (19:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sun, 28 Oct 2007 19:03:05 +0000 (19:03 +0000)
commit07bd6227933933df29af6cb5db4f52afc5e9043b
treedda74442edb40af0c50e67b12a86268365c4eeb7
parent5cb41805708de9784dd9ce6dfc88c0cd4f87af93
tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.

2007-10-28  Richard Guenther  <rguenther@suse.de>

* tree-ssa-operands.c (add_vars_for_offset): Clean and speed up.
(add_vars_for_bitmap): Do not recurse further.  Only add vars
for pointed-to SFTs.
(add_virtual_operand): Re-instantiate loop to add operands for
aliases.  Recurse into MPTs.
(get_indirect_ref_operands): If we fall back to use a pointers
SMT, make sure to not prune based on the access offset and size.

From-SVN: r129702
gcc/ChangeLog
gcc/tree-ssa-operands.c