diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index e0271287c5e..d570b8fe7f0 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -954,22 +954,6 @@ common_handle_option (size_t scode, const char *arg, int value) flag_tracer_set = true; break; - case OPT_ftree_points_to_: - if (!strcmp (arg, "andersen")) -#ifdef HAVE_BANSHEE - flag_tree_points_to = PTA_ANDERSEN; -#else - warning ("Andersen's PTA not available - libbanshee not compiled."); -#endif - else if (!strcmp (arg, "none")) - flag_tree_points_to = PTA_NONE; - else - { - warning ("`%s`: unknown points-to analysis algorithm", arg); - return 0; - } - break; - case OPT_funroll_loops: flag_unroll_loops_set = true; break; |