opts.c (finish_options): Do not disable IPA-PTA during ltrans.
authorRichard Guenther <rguenther@suse.de>
Thu, 30 Jun 2011 14:03:25 +0000 (14:03 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 30 Jun 2011 14:03:25 +0000 (14:03 +0000)
commit1565af083011ebc0469a3df4f93350ce1eecf20a
tree283d02d137114cb2d153800d6261b8ae89987166
parent42373e0b05c26d047925387d71fa833540dad8f0
opts.c (finish_options): Do not disable IPA-PTA during ltrans.

2011-06-30  Richard Guenther  <rguenther@suse.de>

* opts.c (finish_options): Do not disable IPA-PTA during ltrans.
* tree-ssa-structalias.c (create_variable_info_for): Do not
add initial constraints for non-var-decls.  Properly handle
globals in other ltrans partitions.
(intra_create_variable_infos): Manually create constraints for
the fake no-alias parameter.
(ipa_pta_execute): Dump the cgraph, handle ltrans partitions properly
and assert there are no clones.

From-SVN: r175707
gcc/ChangeLog
gcc/opts.c
gcc/tree-ssa-structalias.c