diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-30 14:03:25 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-30 14:03:25 +0000 |
commit | 841e98fa0d50924fb8999d52322eeacecd12e71f (patch) | |
tree | 283d02d137114cb2d153800d6261b8ae89987166 /gcc/opts.c | |
parent | b5ba331606702eac4fd18978a5ff51e8df3f3cb2 (diff) | |
download | gcc-841e98fa0d50924fb8999d52322eeacecd12e71f.tar.gz |
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
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index aa85ae59df3..59e8910f18c 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -766,11 +766,6 @@ finish_options (struct gcc_options *opts, struct gcc_options *opts_set, maybe_set_param_value (PARAM_STACK_FRAME_GROWTH, 40, opts->x_param_values, opts_set->x_param_values); } - if (opts->x_flag_wpa || opts->x_flag_ltrans) - { - /* These passes are not WHOPR compatible yet. */ - opts->x_flag_ipa_pta = 0; - } if (opts->x_flag_lto) { |