tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.
authorRichard Guenther <rguenther@suse.de>
Fri, 23 Nov 2007 09:49:29 +0000 (09:49 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 23 Nov 2007 09:49:29 +0000 (09:49 +0000)
commitcb2d412c3e3fc246c1e52809ff13d587388f8b5f
tree4af788d35b43ea02b6e76826f2bd3b4601bf538d
parenta7415017a81ec88f60100ce76577514563b11710
tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.

2007-11-23  Richard Guenther  <rguenther@suse.de>

* tree-ssa-copy.c (may_propagate_copy): Remove redundant
checks.
(merge_alias_info): Do verification only if checking is
enabled.  Merge flow-sensitive alias information in simple
cases.
* tree-ssa-operands.c (get_addr_dereference_operands): Also
complain about missing NMTs.

* gcc.dg/tree-ssa/alias-17.c: New testcase.

From-SVN: r130370
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/alias-17.c [new file with mode: 0644]
gcc/tree-ssa-copy.c
gcc/tree-ssa-operands.c