aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-06-30 14:03:25 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2011-06-30 14:03:25 +0000
commit1565af083011ebc0469a3df4f93350ce1eecf20a (patch)
tree283d02d137114cb2d153800d6261b8ae89987166 /gcc/opts.c
parent42373e0b05c26d047925387d71fa833540dad8f0 (diff)
downloadgcc-1565af083011ebc0469a3df4f93350ce1eecf20a.zip
gcc-1565af083011ebc0469a3df4f93350ce1eecf20a.tar.gz
gcc-1565af083011ebc0469a3df4f93350ce1eecf20a.tar.bz2
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
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index aa85ae5..59e8910 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)
{