aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2011-06-30 14:03:25 +0000
committerRichard Guenther <rguenther@suse.de>2011-06-30 14:03:25 +0000
commit9a4776044f6657a96a87f11564f9c8ec117a6ff7 (patch)
tree283d02d137114cb2d153800d6261b8ae89987166 /gcc/opts.c
parent93b221a9fde05e7fe0e1c01aa247ee546b8d40e0 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@175707 138bc75d-0d04-0410-961f-82ee72b054a4
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 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)
{