tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from NULL...
authorRichard Guenther <rguenther@suse.de>
Sat, 20 Jun 2009 12:03:16 +0000 (12:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 20 Jun 2009 12:03:16 +0000 (12:03 +0000)
commit825be69e343144b0608da6056d92dc5b71eb50c2
tree184a74dea43f320ee54cbce63562ba24f77061d9
parent8a45323c1634094c568274d44f4780550708589c
tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from NULL if we memset to zero.

2009-06-20  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (find_func_aliases): For memset use
a constraint from NULL if we memset to zero.
* tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Add builtins
we explicitly handle that do not read from memory.
(call_may_clobber_ref_p_1): Properly handle builtins that may
set errno.

From-SVN: r148747
gcc/ChangeLog
gcc/tree-ssa-alias.c
gcc/tree-ssa-structalias.c