OSDN Git Service

2011-06-30 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2011 14:03:25 +0000 (14:03 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2011 14:03:25 +0000 (14:03 +0000)
commit841e98fa0d50924fb8999d52322eeacecd12e71f
tree283d02d137114cb2d153800d6261b8ae89987166
parentb5ba331606702eac4fd18978a5ff51e8df3f3cb2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175707 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/opts.c
gcc/tree-ssa-structalias.c